Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hagopj13 committed Aug 21, 2020
1 parent 2aeb1bc commit 90496ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [1.4.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.3.0...v1.4.0) (2020-08-22)

### Features

- 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)
- 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)

## [1.3.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.2.0...v1.3.0) (2020-05-17)

### Features
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": "node-express-mongoose-boilerplate",
"version": "1.3.0",
"version": "1.4.0",
"description": "A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose",
"main": "src/index.js",
"repository": "https://github.com/hagopj13/node-express-mongoose-boilerplate.git",
Expand Down

0 comments on commit 90496ef

Please sign in to comment.