diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4089b9..361b7ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.7](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.6...2.2.7) (2022-03-28) + + +### Bug Fixes + +* **release:** schedule release ([6c81954](https://github.com/dargmuesli/dargstack-example_stack/commit/6c81954cfd4c553501c568ee48b8cf17bef4c6e6)) + ## [2.2.6](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.5...2.2.6) (2022-03-14) diff --git a/package.json b/package.json index 9f732c08..4749ce5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dargstack-example_stack", "private": true, - "version": "2.2.6", + "version": "2.2.7", "scheduleVersion": "2.2.7", "description": "Basic stack configuration to see what DargStack is meant for.", "repository": "https://github.com/dargmuesli/dargstack-example_stack.git", @@ -18,4 +18,4 @@ "scripts": { "prepare": "if [[ -d '.git' && -d '.husky' ]]; then husky install && shx rm -rf .git/hooks && shx ln -s ../.husky .git/hooks; fi" } -} \ No newline at end of file +}