diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c67681..05e2ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.0.0-alpha.2](https://github.com/strvcom/heimdall/compare/2.0.0-alpha.1...2.0.0-alpha.2) (2020-05-05) + + +### Features + +* allow Delegate to log errors by implementing .logError() ([c6403f7](https://github.com/strvcom/heimdall/commit/c6403f7c956e7a95638628af0ffeb256ee8332b2)) + # [2.0.0-alpha.1](https://github.com/strvcom/heimdall/compare/1.1.3...2.0.0-alpha.1) (2020-05-05) diff --git a/package-lock.json b/package-lock.json index 82c5a41..7c76556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@strv/heimdall", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0e9dff..b2534d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strv/heimdall", "description": "A simple process signal manager", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "author": "Robert Rossmann ", "bugs": "https://github.com/strvcom/heimdall/issues", "contributors": [],