Skip to content

Commit ceb2c32

Browse files
committed
chore(release): 2.4.0
1 parent eac568c commit ceb2c32

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.4.0](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/compare/v2.3.0...v2.4.0) (2022-10-17)
6+
7+
8+
### Features
9+
10+
* add a security measure to forgot-password ([dad0e99](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/commit/dad0e9990c4d4882d765c383153aeb28bbd5b9c6))
11+
* add front-end url as an env variable ([9dd8932](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/commit/9dd8932f6b8d7cad082df9030dc6db0c070a24f8))
12+
13+
14+
### Bug Fixes
15+
16+
* include FRONT_URL in the workflow ([8674603](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/commit/8674603c6d086ff06461334ca9871818d3d4288b))
17+
518
## [2.3.0](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/compare/v2.2.1...v2.3.0) (2022-10-17)
619

720

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.3.0",
3+
"version": "2.4.0",
44
"description": "Node express mongoose typescript boilerplate",
55
"main": "dist/index.js",
66
"bin": "bin/createNodetsApp.cjs",

0 commit comments

Comments
 (0)