Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci] # [1.2.0](v1.1.0...v1.2.0) (2024-09-28)
Browse files Browse the repository at this point in the history
### Bug Fixes

* @allanoricil/nrg-generator/plopfile.js couldn't be found ([8e66094](8e66094))
* default --help flag is executed only after all commands have been set ([4338c3c](4338c3c))
* error [ERR_REQUIRE_ESM]: require() of ES Module postinstall.cjs not supported ([df709a3](df709a3))
* version flag ([eeefb37](eeefb37))
* version flag wont appear at the top anymore ([68214bd](68214bd))

### Features

* add first iteration of create command ([bfc9e70](bfc9e70))
* add post installation message ([4e8c7e4](4e8c7e4))
* display cli info when running nrg --version ([adb97cb](adb97cb))
* make create command options dynamic based on the subcomand ([bb25931](bb25931))
  • Loading branch information
semantic-release-bot committed Sep 28, 2024
1 parent 5617fe7 commit 44fe501
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.2.0](https://github.com/AllanOricil/nrg-cli/compare/v1.1.0...v1.2.0) (2024-09-28)


### Bug Fixes

* @allanoricil/nrg-generator/plopfile.js couldn't be found ([8e66094](https://github.com/AllanOricil/nrg-cli/commit/8e6609413f8691a42390e715b0b19d999d884a03))
* default --help flag is executed only after all commands have been set ([4338c3c](https://github.com/AllanOricil/nrg-cli/commit/4338c3ca6ee1b83543b0a1c27de2f64440ba32a7))
* error [ERR_REQUIRE_ESM]: require() of ES Module postinstall.cjs not supported ([df709a3](https://github.com/AllanOricil/nrg-cli/commit/df709a3d77ce266545c8b8727f049e034b265059))
* version flag ([eeefb37](https://github.com/AllanOricil/nrg-cli/commit/eeefb378f5557bab9f8450b296a97d9d63670354))
* version flag wont appear at the top anymore ([68214bd](https://github.com/AllanOricil/nrg-cli/commit/68214bd8373a5bc6abd1d022c34219da62c903af))


### Features

* add first iteration of create command ([bfc9e70](https://github.com/AllanOricil/nrg-cli/commit/bfc9e70cbbcb58e89804aecffe7b377841de7701))
* add post installation message ([4e8c7e4](https://github.com/AllanOricil/nrg-cli/commit/4e8c7e46a7bc0cbbe90bc5200fd45c49b5beddd5))
* display cli info when running nrg --version ([adb97cb](https://github.com/AllanOricil/nrg-cli/commit/adb97cb284ae53f76646fcc8c1c50e523a74b3ac))
* make create command options dynamic based on the subcomand ([bb25931](https://github.com/AllanOricil/nrg-cli/commit/bb259314af793b580191f365df91d402a46e2fe4))

# [1.1.0](https://github.com/AllanOricil/nrg-cli/compare/v1.0.1...v1.1.0) (2024-09-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@allanoricil/nrg-cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "A very simple CLI for building an nrg project",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 44fe501

Please sign in to comment.