diff --git a/CHANGELOG.md b/CHANGELOG.md index 5751add..d8b8f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.7.1](https://github.com/expressots/expressots-cli/compare/1.7.0...1.7.1) (2024-04-11) + + +### Bug Fixes + +* update nonop controller and usecase template ([1a84a3a](https://github.com/expressots/expressots-cli/commit/1a84a3a3c52df1a67077f7380a3b7c19c7ad26c9)) + ## [1.7.0](https://github.com/expressots/expressots-cli/compare/1.6.0...1.7.0) (2024-03-29) diff --git a/package.json b/package.json index ec92820..7e64217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/cli", - "version": "1.7.0", + "version": "1.7.1", "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)", "author": "Richard Zampieri", "license": "MIT",