From 610735fb52fb07a3634658abef0670263f8b222e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 May 2021 02:45:37 +0000 Subject: [PATCH] chore(release): 0.3.30 [skip ci] ## [0.3.30](https://github.com/flipdot/drinks-touch/compare/0.3.29...0.3.30) (2021-05-31) ### Bug Fixes * **release:** schedule release ([a360d29](https://github.com/flipdot/drinks-touch/commit/a360d2977288ba46c1eb6920ebf12460ae990b11)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acc0f78..1876987e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.30](https://github.com/flipdot/drinks-touch/compare/0.3.29...0.3.30) (2021-05-31) + + +### Bug Fixes + +* **release:** schedule release ([a360d29](https://github.com/flipdot/drinks-touch/commit/a360d2977288ba46c1eb6920ebf12460ae990b11)) + ## [0.3.29](https://github.com/flipdot/drinks-touch/compare/0.3.28...0.3.29) (2021-05-24) diff --git a/package.json b/package.json index 58f8d529..54c4f748 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "drinks-touch", "private": true, - "version": "0.3.29", + "version": "0.3.30", "scheduleVersion": "0.3.30", "repository": "https://github.com/flipdot/drinks-touch.git", "dependencies": {}, @@ -16,4 +16,4 @@ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } } -} \ No newline at end of file +}