Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saisilinus committed Oct 17, 2022
1 parent eac568c commit ceb2c32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.4.0](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/compare/v2.3.0...v2.4.0) (2022-10-17)


### Features

* add a security measure to forgot-password ([dad0e99](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/commit/dad0e9990c4d4882d765c383153aeb28bbd5b9c6))
* add front-end url as an env variable ([9dd8932](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/commit/9dd8932f6b8d7cad082df9030dc6db0c070a24f8))


### Bug Fixes

* include FRONT_URL in the workflow ([8674603](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/commit/8674603c6d086ff06461334ca9871818d3d4288b))

## [2.3.0](https://github.com/saisilinus/node-express-mongoose-typescript-boilerplate/compare/v2.2.1...v2.3.0) (2022-10-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": "create-nodejs-ts-app",
"version": "2.3.0",
"version": "2.4.0",
"description": "Node express mongoose typescript boilerplate",
"main": "dist/index.js",
"bin": "bin/createNodetsApp.cjs",
Expand Down

0 comments on commit ceb2c32

Please sign in to comment.