From 754a0ae402d4ac97fec1141cea676256aed2dfba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 May 2021 22:14:16 +0000 Subject: [PATCH] chore(release): 3.0.6 ## [3.0.6](https://github.com/heiseonline/embetty/compare/v3.0.5...v3.0.6) (2021-05-16) ### Bug Fixes * include correct Embetty version in build artifacts ([90e3d26](https://github.com/heiseonline/embetty/commit/90e3d266880bddd01527756d7f5f8478f45c64b5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62eb65f6..d9c1ed5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.6](https://github.com/heiseonline/embetty/compare/v3.0.5...v3.0.6) (2021-05-16) + + +### Bug Fixes + +* include correct Embetty version in build artifacts ([90e3d26](https://github.com/heiseonline/embetty/commit/90e3d266880bddd01527756d7f5f8478f45c64b5)) + ## [3.0.5](https://github.com/heiseonline/embetty/compare/v3.0.4...v3.0.5) (2021-05-16) diff --git a/package.json b/package.json index 16b386de..2eb165b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@heise/embetty", - "version": "3.0.5", + "version": "3.0.6", "main": "index.js", "license": "MIT", "scripts": {