Skip to content

Commit 9addbdf

Browse files
committed
chore: release v1.10.0
1 parent 7c9c147 commit 9addbdf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11

22

3+
## [1.10.0](https://github.com/expressots/expressots-cli/compare/1.9.0...1.10.0) (2024-08-03)
4+
5+
6+
### Features
7+
8+
* adjust ui and add dev, build, prod as individual cmd ([f505478](https://github.com/expressots/expressots-cli/commit/f50547898976030fd1979f12eedc148f8d2dff47))
9+
* provider add(existing) and create(external) options ([afe9fa2](https://github.com/expressots/expressots-cli/commit/afe9fa20885c809ddbce69835f30be16e8c60096))
10+
11+
12+
### Bug Fixes
13+
14+
* use stdout.write for optimal performance main menu ([9279fbf](https://github.com/expressots/expressots-cli/commit/9279fbf9feb1ec8fe2dbe4cf90e738f42ac82040))
15+
16+
17+
### Code Refactoring
18+
19+
* snyk glob security update ([7e465b4](https://github.com/expressots/expressots-cli/commit/7e465b4169f53bcdf0f00332653428c4cdda7b1f))
20+
* update ui command text ([5e76626](https://github.com/expressots/expressots-cli/commit/5e766263976917ab2707075090956454180c39fb))
21+
322
## [1.9.0](https://github.com/expressots/expressots-cli/compare/1.8.2...1.9.0) (2024-08-01)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressots/cli",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)",
55
"author": "Richard Zampieri",
66
"license": "MIT",

0 commit comments

Comments
 (0)