diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a564f1..e6d131f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [3.0.0](https://github.com/strvcom/heimdall/compare/2.2.0...3.0.0) (2025-01-13) + + +### chore + +* upgrade deps & ESLint, drop older Node.js support ([5c3bfe0](https://github.com/strvcom/heimdall/commit/5c3bfe0e0400fa5a3ea659404b440b5ef2d7c044)) + + +### Features + +* add support of Node ^20, ^22, ^23 ([58537d3](https://github.com/strvcom/heimdall/commit/58537d3f89a8b97d005e4dacf569c1a1b85868c7)) +* drop support for Node.js v18 ([dc3ec65](https://github.com/strvcom/heimdall/commit/dc3ec653844363980fd14bfe2f828d5ca2fd9919)) +* upgrade deps, move to ESLint flat config 🚀 ([b6560e6](https://github.com/strvcom/heimdall/commit/b6560e6dd7e4a6580da328bbbc2af322cfe47a37)) + + +### BREAKING CHANGES + +* Node.js v18 is no longer officially supported. +* Minimum supported Node.js version is now v18 and v20. + # [2.2.0](https://github.com/strvcom/heimdall/compare/2.1.0...2.2.0) (2022-04-25) diff --git a/package-lock.json b/package-lock.json index f5672fe..2ae0fc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@strv/heimdall", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@strv/heimdall", - "version": "2.2.0", + "version": "3.0.0", "license": "BSD-3-Clause", "dependencies": { "tslib": "^2.6.0" diff --git a/package.json b/package.json index 9fc6b63..455c81b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strv/heimdall", "description": "A simple process signal manager", - "version": "2.2.0", + "version": "3.0.0", "author": "Robert Rossmann ", "bugs": "https://github.com/strvcom/heimdall/issues", "contributors": [],