Skip to content

Commit 82ee95f

Browse files
committed
chore(release): 2.3.0
1 parent e60fa3b commit 82ee95f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.3.0](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/compare/v2.2.1...v2.3.0) (2022-10-17)
6+
7+
8+
### Features
9+
10+
* add npm quick start ([a19bda6](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/commit/a19bda6f989e2c71eef8eea8b06ab78a6b62c2fe))
11+
512
### [2.2.1](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/compare/v2.2.0...v2.2.1) (2022-10-17)
613

714
## [2.2.0](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/compare/v2.1.3...v2.2.0) (2022-09-23)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nodejs-ts-app",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Node express mongoose typescript boilerplate",
55
"main": "dist/index.js",
66
"bin": "bin/createNodetsApp.cjs",

0 commit comments

Comments
 (0)