Skip to content

Commit

Permalink
Release v1.0.1 (#63)
Browse files Browse the repository at this point in the history
- Added Dependabot
- Additional CI improvements
- Lots of dependency upgrades
  • Loading branch information
kylorhall authored Dec 20, 2021
1 parent 0262cd4 commit b93ef28
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 42 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.0.1] - 2021-12-21

- Added Dependabot
- Additional CI improvements
- Lots of dependency upgrades

## [1.0.0] - 2021-09-07

Basically the initial working release.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Find Pull Request
id: find-pr
uses: kylorhall/find-github-pull-request@v1.0.0
uses: kylorhall/find-github-pull-request@v1.0.1
with:
# These are all default values.
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit b93ef28

Please sign in to comment.