From 04c9b9d14acbaca1188232a61a7c30faa3f24be8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Feb 2022 00:28:30 +0000 Subject: [PATCH] chore(release): 0.4.5 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 +}