Skip to content

Commit 98403c6

Browse files
committed
release: 2.0.6
1 parent 9841bad commit 98403c6

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.6] - 2022-03-30
11+
12+
- chore: bump actions/setup-node from 2.5.0 to 2.5.1 ([#89](https://github.com/dailydotdev/action-devcard/pull/89))
13+
- docs: fix spelling in `README.md` ([#91](https://github.com/dailydotdev/action-devcard/pull/91))
14+
- chore: only run dependabot weekly
15+
- chore(deps): bump dependencies
16+
1017
## [2.0.5] - 2021-12-17
1118

1219
- chore(deps): bump dependencies
@@ -63,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6370

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

66-
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.5...HEAD
73+
[Unreleased]: https://github.com/dailydotdev/action-devcard/compare/2.0.6...HEAD
74+
[2.0.6]: https://github.com/dailydotdev/action-devcard/compare/2.0.5...2.0.7
6775
[2.0.5]: https://github.com/dailydotdev/action-devcard/compare/2.0.4...2.0.5
6876
[2.0.4]: https://github.com/dailydotdev/action-devcard/compare/2.0.3...2.0.4
6977
[2.0.3]: https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3

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].5
11+
uses: dailydotdev/[email protected].6
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].5
40+
uses: dailydotdev/[email protected].6
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.5'
39+
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.6'

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.5",
3+
"version": "2.0.6",
44
"description": "GitHub Action to download the devcard from daily.dev",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)