diff --git a/CHANGELOG.md b/CHANGELOG.md index 97209e6..220fa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.6] - 2022-03-30 + +- chore: bump actions/setup-node from 2.5.0 to 2.5.1 ([#89](https://github.com/dailydotdev/action-devcard/pull/89)) +- docs: fix spelling in `README.md` ([#91](https://github.com/dailydotdev/action-devcard/pull/91)) +- chore: only run dependabot weekly +- chore(deps): bump dependencies + ## [2.0.5] - 2021-12-17 - chore(deps): bump dependencies @@ -63,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release [`1854869`](https://github.com/dailydotdev/action-devcard/commit/1854869) -[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.5...HEAD +[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.6...HEAD +[2.0.6]: https://github.com/dailydotdev/action-devcard/compare/2.0.5...2.0.7 [2.0.5]: https://github.com/dailydotdev/action-devcard/compare/2.0.4...2.0.5 [2.0.4]: https://github.com/dailydotdev/action-devcard/compare/2.0.3...2.0.4 [2.0.3]: https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3 diff --git a/README.md b/README.md index 3c86404..3b548fd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ```yaml - name: devcard - uses: dailydotdev/action-devcard@2.0.5 + uses: dailydotdev/action-devcard@2.0.6 with: devcard_id: ${{ secrets.DEVCARD_ID }} ``` @@ -37,7 +37,7 @@ This will save the devcard as PNG and commit to a separate branch named `devcard ```yaml - name: devcard - uses: dailydotdev/action-devcard@2.0.5 + uses: dailydotdev/action-devcard@2.0.6 with: devcard_id: ${{ secrets.DEVCARD_ID }} commit_branch: devcard diff --git a/action.yml b/action.yml index 0ef42fb..fa8dcc7 100644 --- a/action.yml +++ b/action.yml @@ -36,4 +36,4 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.5' + image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.6' diff --git a/package.json b/package.json index 46547e5..87c99e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-devcard", - "version": "2.0.5", + "version": "2.0.6", "description": "GitHub Action to download the devcard from daily.dev", "private": true, "author": {