Skip to content

Commit 457b76f

Browse files
committed
Release v1.7.0
1 parent 8b33a34 commit 457b76f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [1.7.0](https://github.com/hagopj13/node-express-boilerplate/compare/v1.6.0...v1.7.0) (2021-03-30)
6+
7+
### Features
8+
9+
- add email verification feature ([#78](https://github.com/hagopj13/node-express-boilerplate/pull/78)) ([9dae3f2](https://github.com/hagopj13/node-express-boilerplate/commit/9dae3f27df371103b6a9f96924980d2d8d7ba14e))
10+
511
## [1.6.0](https://github.com/hagopj13/node-express-boilerplate/compare/v1.5.0...v1.6.0) (2020-12-27)
612

713
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nodejs-express-app",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Create a Node.js app for building production-ready RESTful APIs using Express, by running one command",
55
"bin": "bin/createNodejsApp.js",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)