Skip to content

Commit

Permalink
chore: release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Sep 27, 2023
1 parent dc42d5b commit 51dd9a4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 51dd9a4

Please sign in to comment.