From b140e2e844d295d30833db5e80853743b2ccdff5 Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Wed, 4 Dec 2024 14:49:48 -0800 Subject: [PATCH] chore: release 3.0.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931c1f6..526fb73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## [3.0.0](https://github.com/expressots/expressots-cli/compare/3.0.0-beta.3...3.0.0) (2024-12-04) + + +### Bug Fixes + +* remove publish script from package.json ([d5bf2e5](https://github.com/expressots/expressots-cli/commit/d5bf2e58a06ba39a5a84272ff33b08e976ed2c28)) +* update commit message format in release-it configuration ([757b76a](https://github.com/expressots/expressots-cli/commit/757b76a5775a94ea607004b94862e216a4c1afd2)) +* update package version to 3.0.0 and adjust BUNDLE_VERSION in CLI ([23ef462](https://github.com/expressots/expressots-cli/commit/23ef462d6c7b108bab74529befa22d592493b1ad)) +* update package versions and improve error handling in CLI commands ([cb94a4a](https://github.com/expressots/expressots-cli/commit/cb94a4a8f75132380b6ed450a95dd0ad7d56a20a)) + ## [3.0.1](https://github.com/expressots/expressots-cli/compare/3.0.0-beta.3...3.0.1) (2024-12-04) diff --git a/package.json b/package.json index 3ec7f4e..46fe51b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/cli", - "version": "3.0.0-beta.4", + "version": "3.0.0", "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)", "author": "Richard Zampieri", "license": "MIT",