From 51dd9a40091981b6debce1a948672ca35b7fb58d Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Tue, 26 Sep 2023 19:43:28 -0700 Subject: [PATCH] chore: release v1.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e06347..436b249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ +## [1.4.0](https://github.com/expressots/expressots-cli/compare/1.3.4...1.4.0) (2023-09-27) + + +### Features + +* add bun as package manager ([9a6593e](https://github.com/expressots/expressots-cli/commit/9a6593e6bf000e5bd05bfe722dfae44177bc02fd)) +* add codeql & dependabot ([94f31d1](https://github.com/expressots/expressots-cli/commit/94f31d14b9bdc593774bef86f4346d4ed24628bb)) +* add module scaffold ([6491ffb](https://github.com/expressots/expressots-cli/commit/6491ffbf6ab1f96edf41d5e80cf2642dbcc58569)) +* vite test env ([9a2c908](https://github.com/expressots/expressots-cli/commit/9a2c908f8fe405750d3f9cc55f21f15ba53fe4f2)) + + +### Bug Fixes + +* add linter and format ([bcaed48](https://github.com/expressots/expressots-cli/commit/bcaed484929a641f1863d46b5e38fc7793400f4e)) +* howto doc ([2e4ae5a](https://github.com/expressots/expressots-cli/commit/2e4ae5a93e608556923068ca588f49767a7e3f7a)) +* show bun option only on linux ([2e665e3](https://github.com/expressots/expressots-cli/commit/2e665e30634172b5cc7d9ceeae5fd9398e687adc)) + ## [1.3.4](https://github.com/expressots/expressots-cli/compare/1.3.3...1.3.4) (2023-09-17) diff --git a/package.json b/package.json index a6845a8..fe84112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expressots/cli", - "version": "1.3.4", + "version": "1.4.0", "description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)", "author": "Richard Zampieri", "license": "MIT",