Skip to content

Commit 43d3c35

Browse files
chore(release): 2.2.9 [skip ci]
## [2.2.9](2.2.8...2.2.9) (2022-04-18) ### Bug Fixes * **release:** schedule release ([31e2cdd](31e2cdd))
1 parent 31e2cdd commit 43d3c35

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.9](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.8...2.2.9) (2022-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** schedule release ([31e2cdd](https://github.com/dargmuesli/dargstack-example_stack/commit/31e2cdd3fc66123545f470152be99b2d16b441f5))
7+
18
## [2.2.8](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.7...2.2.8) (2022-04-11)
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.8",
4+
"version": "2.2.9",
55
"scheduleVersion": "2.2.9",
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)