Skip to content

Commit 280f215

Browse files
committed
chore: release v3.0.0
1 parent 23ef462 commit 280f215

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
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 package version to 3.0.0 and adjust BUNDLE_VERSION in CLI ([23ef462](https://github.com/expressots/expressots-cli/commit/23ef462d6c7b108bab74529befa22d592493b1ad))
10+
* update package versions and improve error handling in CLI commands ([cb94a4a](https://github.com/expressots/expressots-cli/commit/cb94a4a8f75132380b6ed450a95dd0ad7d56a20a))
11+
112
## [3.0.0-beta.4](https://github.com/expressots/expressots-cli/compare/3.0.0-beta.3...3.0.0) (2024-12-03)
213

314
### Bug Fixes
@@ -272,4 +283,4 @@
272283
### Bug Fixes
273284

274285
- update dependency ([0769477](https://github.com/expressots/expressots-cli/commit/07694777736b05a3c2045eb10b04092ff14bb761))
275-
- v2 updates on scaffold resources ([7335c3a](https://github.com/expressots/expressots-cli/commit/7335c3a308dc52aa1be67fb34b1fe60d05bd2adb))
286+
- v2 updates on scaffold resources ([7335c3a](https://github.com/expressots/expressots-cli/commit/7335c3a308dc52aa1be67fb34b1fe60d05bd2adb))

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)