Skip to content

Commit 0e2b478

Browse files
chore(release): 2.2.20 [skip ci]
## [2.2.20](2.2.19...2.2.20) (2022-08-01) ### Bug Fixes * **release:** schedule release ([d392eb4](d392eb4))
1 parent d392eb4 commit 0e2b478

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.20](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.19...2.2.20) (2022-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** schedule release ([d392eb4](https://github.com/dargmuesli/dargstack-example_stack/commit/d392eb453f8af4342b0b001e71987fbb01271eac))
7+
18
## [2.2.19](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.18...2.2.19) (2022-07-18)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dargstack-example_stack",
33
"private": true,
4-
"version": "2.2.19",
4+
"version": "2.2.20",
55
"scheduleVersion": "2.2.20",
66
"description": "Basic stack configuration to see what DargStack is meant for.",
77
"repository": "https://github.com/dargmuesli/dargstack-example_stack.git",
@@ -18,4 +18,4 @@
1818
"scripts": {
1919
"prepare": "if [[ -d '.git' && -d '.husky' ]]; then husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks; fi"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)