diff --git a/CHANGELOG.md b/CHANGELOG.md index a597e5f..26a8d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.5](https://github.com/flipdot/drinks-touch_stack/compare/0.4.4...0.4.5) (2022-02-28) + + +### Bug Fixes + +* **release:** schedule release ([06931f8](https://github.com/flipdot/drinks-touch_stack/commit/06931f89072252536c9559367ffb320029d8b165)) + ## [0.4.4](https://github.com/flipdot/drinks-touch_stack/compare/0.4.3...0.4.4) (2022-02-21) diff --git a/package.json b/package.json index 2fd6388..fd30e42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "drinks-touch_stack", "private": true, - "version": "0.4.4", + "version": "0.4.5", "scheduleVersion": "0.4.5", "description": "DargStack configuration for drinks-touch.", "repository": "https://github.com/flipdot/drinks-touch_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 +}