Skip to content

Commit f40ae71

Browse files
committed
release: 2.0.5
1 parent 26c2ac2 commit f40ae71

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.5] - 2021-12-17
11+
12+
- chore(deps): bump dependencies
13+
- docs(readme): add section about using dependabot
14+
- chore: bump node version in `.nvmrc`
15+
1016
## [2.0.4] - 2021-10-07
1117

1218
- docs(readme): fixes wrong option under optional
@@ -57,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5763

5864
- Initial release [`1854869`](https://github.com/dailydotdev/action-devcard/commit/1854869)
5965

60-
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.4...HEAD
66+
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.5...HEAD
67+
[2.0.5]: https://github.com/dailydotdev/action-devcard/compare/2.0.4...2.0.5
6168
[2.0.4]: https://github.com/dailydotdev/action-devcard/compare/2.0.3...2.0.4
6269
[2.0.3]: https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3
6370
[2.0.2]: https://github.com/dailydotdev/action-devcard/compare/2.0.1...2.0.2

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
```yaml
1010
- name: devcard
11-
uses: dailydotdev/[email protected].4
11+
uses: dailydotdev/[email protected].5
1212
with:
1313
devcard_id: ${{ secrets.DEVCARD_ID }}
1414
```
@@ -37,7 +37,7 @@ This will save the devcard as PNG and commit to a separate branch named `devcard
3737

3838
```yaml
3939
- name: devcard
40-
uses: dailydotdev/[email protected].4
40+
uses: dailydotdev/[email protected].5
4141
with:
4242
devcard_id: ${{ secrets.DEVCARD_ID }}
4343
commit_branch: devcard

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ inputs:
3636

3737
runs:
3838
using: 'docker'
39-
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.4'
39+
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.5'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-devcard",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "GitHub Action to download the devcard from daily.dev",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)