diff --git a/CHANGELOG.md b/CHANGELOG.md index f588314..910e3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/AllanOricil/nrg/compare/v1.2.5...v1.3.0) (2024-10-06) + + +### Features + +* change @allanoricil/node-red-node by @allanoricil/nrg-nodes ([eb7e157](https://github.com/AllanOricil/nrg/commit/eb7e15744440fbe958fccf74c0bf3479ad18c905)) + ## [1.2.5](https://github.com/AllanOricil/nrg/compare/v1.2.4...v1.2.5) (2024-10-05) diff --git a/package.json b/package.json index b7fd027..546e648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allanoricil/nrg-core", - "version": "1.2.5", + "version": "1.3.0", "description": "This package can be used to build Node-RED nodes made with the nrg cli.", "type": "module", "module": "dist/index.js",