From 7b7bbcc190c9b0ce098c1324e0be7f2e8301b7f6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Nov 2020 09:11:57 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/maevsi/stomper/compare/0.3.1...0.4.0) (2020-11-17) ### Bug Fixes * **aws:** correct email address verification link ([f926d59](https://github.com/maevsi/stomper/commit/f926d59ffb83a53e0da278d541af686a6d1cf4d7)) * **parallel_commands:** correct script ([41ee00c](https://github.com/maevsi/stomper/commit/41ee00c891e26f1fd6213af7e323841992b555cc)) * **yarn:** fix mjml task ([aae2edc](https://github.com/maevsi/stomper/commit/aae2edc5891b0f965e1ed728de4e724f649db9d0)) ### Features * add account password request mail ([ce0ffea](https://github.com/maevsi/stomper/commit/ce0ffeaee25e7f6f48db04435b0dc7cc117261ca)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 491e8569..b6e55a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.4.0](https://github.com/maevsi/stomper/compare/0.3.1...0.4.0) (2020-11-17) + + +### Bug Fixes + +* **aws:** correct email address verification link ([f926d59](https://github.com/maevsi/stomper/commit/f926d59ffb83a53e0da278d541af686a6d1cf4d7)) +* **parallel_commands:** correct script ([41ee00c](https://github.com/maevsi/stomper/commit/41ee00c891e26f1fd6213af7e323841992b555cc)) +* **yarn:** fix mjml task ([aae2edc](https://github.com/maevsi/stomper/commit/aae2edc5891b0f965e1ed728de4e724f649db9d0)) + + +### Features + +* add account password request mail ([ce0ffea](https://github.com/maevsi/stomper/commit/ce0ffeaee25e7f6f48db04435b0dc7cc117261ca)) + ## [0.3.1](https://github.com/maevsi/stomper/compare/0.3.0...0.3.1) (2020-11-13) diff --git a/package.json b/package.json index f10c1b05..aa07b706 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stomper", "private": true, - "version": "0.3.1", + "version": "0.4.0", "scheduleVersion": "0.2.1", "main": "stomper.js", "repository": "https://github.com/maevsi/stomper.git",