File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ 2.0.5] - 2021-12-17
11
18
12
19
- chore(deps): bump dependencies
@@ -63,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
70
64
71
- Initial release [ ` 1854869 ` ] ( https://github.com/dailydotdev/action-devcard/commit/1854869 )
65
72
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
67
75
[ 2.0.5 ] : https://github.com/dailydotdev/action-devcard/compare/2.0.4...2.0.5
68
76
[ 2.0.4 ] : https://github.com/dailydotdev/action-devcard/compare/2.0.3...2.0.4
69
77
[ 2.0.3 ] : https://github.com/dailydotdev/action-devcard/compare/2.0.2...2.0.3
Original file line number Diff line number Diff line change 8
8
9
9
``` yaml
10
10
- name : devcard
11
- uses : dailydotdev/action-devcard@2.0.5
11
+ uses : dailydotdev/action-devcard@2.0.6
12
12
with :
13
13
devcard_id : ${{ secrets.DEVCARD_ID }}
14
14
` ` `
@@ -37,7 +37,7 @@ This will save the devcard as PNG and commit to a separate branch named `devcard
37
37
38
38
` ` ` yaml
39
39
- name: devcard
40
- uses: dailydotdev/action-devcard@2.0.5
40
+ uses: dailydotdev/action-devcard@2.0.6
41
41
with:
42
42
devcard_id: ${{ secrets.DEVCARD_ID }}
43
43
commit_branch: devcard
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ inputs:
36
36
37
37
runs :
38
38
using : ' docker'
39
- image : ' docker://ghcr.io/dailydotdev/action-devcard:2.0.5 '
39
+ image : ' docker://ghcr.io/dailydotdev/action-devcard:2.0.6 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " action-devcard" ,
3
- "version" : " 2.0.5 " ,
3
+ "version" : " 2.0.6 " ,
4
4
"description" : " GitHub Action to download the devcard from daily.dev" ,
5
5
"private" : true ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments