Skip to content

Commit 90496ef

Browse files
committed
Release v1.4.0
1 parent 2aeb1bc commit 90496ef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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+
## [1.4.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.3.0...v1.4.0) (2020-08-22)
6+
7+
### Features
8+
9+
- use native functions instead of Lodash ([66c9e33](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/66c9e33d65c88989634fc485e89b396645670730)), closes [#18](https://github.com/hagopj13/node-express-mongoose-boilerplate/issues/18)
10+
- add logout endpoint ([750feb5](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/750feb5b1ddadb4da6742b445cdb1112a615ace4)), closes [#19](https://github.com/hagopj13/node-express-mongoose-boilerplate/issues/19)
11+
512
## [1.3.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.2.0...v1.3.0) (2020-05-17)
613

714
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-express-mongoose-boilerplate",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose",
55
"main": "src/index.js",
66
"repository": "https://github.com/hagopj13/node-express-mongoose-boilerplate.git",

0 commit comments

Comments
 (0)