diff --git a/CHANGELOG.md b/CHANGELOG.md index 468b6e5..de52c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/strvcom/heimdall/compare/1.1.2...1.1.3) (2019-12-02) + + +### Bug Fixes + +* ensure compiled JS is included in the release 🤦‍♂️ ([246bfca](https://github.com/strvcom/heimdall/commit/246bfca8cd70c421d30ce77f975eb2e2c9e14fa9)) + ## [1.1.2](https://github.com/strvcom/heimdall/compare/1.1.1...1.1.2) (2019-11-07) diff --git a/package-lock.json b/package-lock.json index 158a76f..66688d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@strv/heimdall", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d5ee16f..24d09a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strv/heimdall", "description": "A simple process signal manager", - "version": "1.1.2", + "version": "1.1.3", "author": "Robert Rossmann ", "bugs": "https://github.com/strvcom/heimdall/issues", "contributors": [],