diff --git a/CHANGELOG.md b/CHANGELOG.md index 03360f99..2e4089b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.6](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.5...2.2.6) (2022-03-14) + + +### Bug Fixes + +* **release:** schedule release ([932757a](https://github.com/dargmuesli/dargstack-example_stack/commit/932757a4c2a54230efeca0aa00835d0bda287b50)) + ## [2.2.5](https://github.com/dargmuesli/dargstack-example_stack/compare/2.2.4...2.2.5) (2022-02-28) diff --git a/package.json b/package.json index 3aa23b43..e9bb63db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dargstack-example_stack", "private": true, - "version": "2.2.5", + "version": "2.2.6", "scheduleVersion": "2.2.6", "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 +}