diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ac12a..10796df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.11.1](https://github.com/expressots/expressots-cli/compare/1.11.0...1.11.1) (2024-08-04) + + +### Bug Fixes + +* broken tsconfig deps ([d4fbc8b](https://github.com/expressots/expressots-cli/commit/d4fbc8b3cfce99fc084f27b2f365758302526720)) + ## [1.11.0](https://github.com/expressots/expressots-cli/compare/1.10.0...1.11.0) (2024-08-04) diff --git a/package.json b/package.json index 5127aa1..3e08237 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/cli", - "version": "1.11.0", + "version": "1.11.1", "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)", "author": "Richard Zampieri", "license": "MIT",