Skip to content

Commit b140e2e

Browse files
committed
chore: release 3.0.0
1 parent 0124a71 commit b140e2e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11

22

3+
## [3.0.0](https://github.com/expressots/expressots-cli/compare/3.0.0-beta.3...3.0.0) (2024-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* remove publish script from package.json ([d5bf2e5](https://github.com/expressots/expressots-cli/commit/d5bf2e58a06ba39a5a84272ff33b08e976ed2c28))
9+
* update commit message format in release-it configuration ([757b76a](https://github.com/expressots/expressots-cli/commit/757b76a5775a94ea607004b94862e216a4c1afd2))
10+
* update package version to 3.0.0 and adjust BUNDLE_VERSION in CLI ([23ef462](https://github.com/expressots/expressots-cli/commit/23ef462d6c7b108bab74529befa22d592493b1ad))
11+
* update package versions and improve error handling in CLI commands ([cb94a4a](https://github.com/expressots/expressots-cli/commit/cb94a4a8f75132380b6ed450a95dd0ad7d56a20a))
12+
313
## [3.0.1](https://github.com/expressots/expressots-cli/compare/3.0.0-beta.3...3.0.1) (2024-12-04)
414

515

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expressots/cli",
3-
"version": "3.0.0-beta.4",
3+
"version": "3.0.0",
44
"description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)",
55
"author": "Richard Zampieri",
66
"license": "MIT",

0 commit comments

Comments
 (0)