diff --git a/CHANGELOG.md b/CHANGELOG.md index 68273a9..9df6edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/AllanOricil/nrg-cli/compare/v1.3.2...v1.4.0) (2024-10-04) + + +### Features + +* cli version is passed to the generator at runtime ([3e8c2e0](https://github.com/AllanOricil/nrg-cli/commit/3e8c2e000669fe83cf31d4688f2423294708f4ff)) + ## [1.3.2](https://github.com/AllanOricil/nrg-cli/compare/v1.3.1...v1.3.2) (2024-10-03) diff --git a/package.json b/package.json index aeaf42e..28e03b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allanoricil/nrg-cli", - "version": "1.3.2", + "version": "1.4.0", "description": "A very simple CLI for building an nrg project", "license": "MIT", "publishConfig": {