Skip to content

Commit

Permalink
release: 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Dec 16, 2021
1 parent 26c2ac2 commit f40ae71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.5] - 2021-12-17

- chore(deps): bump dependencies
- docs(readme): add section about using dependabot
- chore: bump node version in `.nvmrc`

## [2.0.4] - 2021-10-07

- docs(readme): fixes wrong option under optional
Expand Down Expand Up @@ -57,7 +63,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.4...HEAD
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.5...HEAD
[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
[2.0.2]: https://github.com/dailydotdev/action-devcard/compare/2.0.1...2.0.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@

```yaml
- name: devcard
uses: dailydotdev/action-devcard@2.0.4
uses: dailydotdev/action-devcard@2.0.5
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
```
Expand Down Expand Up @@ -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.4
uses: dailydotdev/action-devcard@2.0.5
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
commit_branch: devcard
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -36,4 +36,4 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.4'
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.5'
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "action-devcard",
"version": "2.0.4",
"version": "2.0.5",
"description": "GitHub Action to download the devcard from daily.dev",
"private": true,
"author": {
Expand Down

0 comments on commit f40ae71

Please sign in to comment.