diff --git a/CHANGELOG.md b/CHANGELOG.md index f65be45..156ac1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/strvcom/heimdall/compare/2.0.1...2.1.0) (2022-03-23) + + +### Features + +* add support of Node v16, v17 ([c060ca9](https://github.com/strvcom/heimdall/commit/c060ca9fd3287bf3713b47cbce23bfca52566d6c)) + ## [2.0.1](https://github.com/strvcom/heimdall/compare/2.0.0...2.0.1) (2021-01-05) diff --git a/package-lock.json b/package-lock.json index c4bc15c..0d3c122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@strv/heimdall", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@strv/heimdall", - "version": "2.0.1", + "version": "2.1.0", "license": "BSD-3-Clause", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index 5c1ca75..1cafb84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strv/heimdall", "description": "A simple process signal manager", - "version": "2.0.1", + "version": "2.1.0", "author": "Robert Rossmann ", "bugs": "https://github.com/strvcom/heimdall/issues", "contributors": [],