File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 88
99``` yaml
1010- name : devcard
11- uses : dailydotdev/action-devcard@2.0.4
11+ uses : dailydotdev/action-devcard@2.0.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/action-devcard@2.0.4
40+ uses: dailydotdev/action-devcard@2.0.5
4141 with:
4242 devcard_id: ${{ secrets.DEVCARD_ID }}
4343 commit_branch: devcard
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ inputs:
3636
3737runs :
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 '
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments