Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fadhlaouir committed Mar 28, 2024
1 parent ec73614 commit 132302d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.3.0](https://github.com/fadhlaouir/create-express-node-starter/compare/v2.2.0...v2.3.0) (2024-03-28)


### Features

* Improve cli code :tada: ([75e883d](https://github.com/fadhlaouir/create-express-node-starter/commit/75e883d4cb1a5bc05409de04909153d5d362d15e))
* Sanitize and validate user inputs to prevent injection attacks and ensure data integrity ([323c6cd](https://github.com/fadhlaouir/create-express-node-starter/commit/323c6cdcb32ce9de57f752d7b8219ca6b7df0507))

## [2.2.0](https://github.com/fadhlaouir/create-express-node-starter/compare/v2.1.0...v2.2.0) (2024-03-21)


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": "create-express-node-starter",
"version": "2.2.0",
"version": "2.3.0",
"author": "@Raed Fadhlaoui <[email protected]>",
"description": "CLI tool for bootstrapping Express.js projects with predefined templates",
"license": "MIT",
Expand Down

0 comments on commit 132302d

Please sign in to comment.