Skip to content

Commit

Permalink
chore: release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Aug 3, 2024
1 parent 7c9c147 commit 9addbdf
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,5 +1,24 @@


## [1.10.0](https://github.com/expressots/expressots-cli/compare/1.9.0...1.10.0) (2024-08-03)


### Features

* adjust ui and add dev, build, prod as individual cmd ([f505478](https://github.com/expressots/expressots-cli/commit/f50547898976030fd1979f12eedc148f8d2dff47))
* provider add(existing) and create(external) options ([afe9fa2](https://github.com/expressots/expressots-cli/commit/afe9fa20885c809ddbce69835f30be16e8c60096))


### Bug Fixes

* use stdout.write for optimal performance main menu ([9279fbf](https://github.com/expressots/expressots-cli/commit/9279fbf9feb1ec8fe2dbe4cf90e738f42ac82040))


### Code Refactoring

* snyk glob security update ([7e465b4](https://github.com/expressots/expressots-cli/commit/7e465b4169f53bcdf0f00332653428c4cdda7b1f))
* update ui command text ([5e76626](https://github.com/expressots/expressots-cli/commit/5e766263976917ab2707075090956454180c39fb))

## [1.9.0](https://github.com/expressots/expressots-cli/compare/1.8.2...1.9.0) (2024-08-01)


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": "@expressots/cli",
"version": "1.9.0",
"version": "1.10.0",
"description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)",
"author": "Richard Zampieri",
"license": "MIT",
Expand Down

0 comments on commit 9addbdf

Please sign in to comment.