From 6e1cd3718897390841cae77ed7eb62a5485dd63c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Nov 2019 15:50:55 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/strvcom/heimdall/compare/1.1.1...1.1.2) (2019-11-07) ### Bug Fixes * avoid running dev-only npm scripts when installing this package ([e846dfc](https://github.com/strvcom/heimdall/commit/e846dfc81e8065fe232d92e5ac26a8b994911da8)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68dcf1c..468b6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/strvcom/heimdall/compare/1.1.1...1.1.2) (2019-11-07) + + +### Bug Fixes + +* avoid running dev-only npm scripts when installing this package ([e846dfc](https://github.com/strvcom/heimdall/commit/e846dfc81e8065fe232d92e5ac26a8b994911da8)) + ## [1.1.1](https://github.com/strvcom/heimdall/compare/1.1.0...1.1.1) (2019-11-01) diff --git a/package-lock.json b/package-lock.json index 19384b3..158a76f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@strv/heimdall", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d6a1ec..d5ee16f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strv/heimdall", "description": "A simple process signal manager", - "version": "1.1.1", + "version": "1.1.2", "author": "Robert Rossmann ", "bugs": "https://github.com/strvcom/heimdall/issues", "contributors": [],