From 27ccbe411589ee7f9ea4c793f4945fba34cbdd51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Dec 2020 06:49:16 +0000 Subject: [PATCH] chore(release): 0.6.1 [skip ci] ## [0.6.1](https://github.com/maevsi/stomper/compare/0.6.0...0.6.1) (2020-12-27) ### Bug Fixes * use dist directory for build's email templates ([2e6f8f3](https://github.com/maevsi/stomper/commit/2e6f8f3b5986c606d0fc1d8da65987ad02983dc0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b44f6a..36512e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.6.1](https://github.com/maevsi/stomper/compare/0.6.0...0.6.1) (2020-12-27) + + +### Bug Fixes + +* use dist directory for build's email templates ([2e6f8f3](https://github.com/maevsi/stomper/commit/2e6f8f3b5986c606d0fc1d8da65987ad02983dc0)) + # [0.6.0](https://github.com/maevsi/stomper/compare/0.5.0...0.6.0) (2020-12-27) diff --git a/package.json b/package.json index 16e215ff..6af7fcce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "stomper", "private": true, - "version": "0.6.0", + "version": "0.6.1", "scheduleVersion": "0.4.4", "main": "stomper.js", "repository": "https://github.com/maevsi/stomper.git",