diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc9597..334f194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/bitfocus/companion-module-base/compare/v1.10.0...v1.11.0) (2024-09-23) + + +### Features + +* allow using with nodejs 22 ([#94](https://github.com/bitfocus/companion-module-base/issues/94)) ([9d78a2e](https://github.com/bitfocus/companion-module-base/commit/9d78a2ee3c1e43c372ffa8a52f037d0bb1644b4c)) + ## [1.10.0](https://github.com/bitfocus/companion-module-base/compare/v1.9.0...v1.10.0) (2024-08-24) diff --git a/package.json b/package.json index d75f5a8..655bc51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@companion-module/base", - "version": "1.10.0", + "version": "1.11.0", "type": "commonjs", "main": "dist/index.js", "typings": "dist/index.d.ts",