diff --git a/CHANGELOG.md b/CHANGELOG.md index 156ac1b..2a564f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/strvcom/heimdall/compare/2.1.0...2.2.0) (2022-04-25) + + +### Features + +* add Node.js v18 support ([7236160](https://github.com/strvcom/heimdall/commit/7236160ed3ee75133187c982026e7c3aa70e8e5f)) + # [2.1.0](https://github.com/strvcom/heimdall/compare/2.0.1...2.1.0) (2022-03-23) diff --git a/package-lock.json b/package-lock.json index a664901..b776a6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@strv/heimdall", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@strv/heimdall", - "version": "2.1.0", + "version": "2.2.0", "license": "BSD-3-Clause", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index 9e11a8c..7fb5d33 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strv/heimdall", "description": "A simple process signal manager", - "version": "2.1.0", + "version": "2.2.0", "author": "Robert Rossmann ", "bugs": "https://github.com/strvcom/heimdall/issues", "contributors": [],