diff --git a/CHANGELOG.md b/CHANGELOG.md index 372af5e3..2615668c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 272fd870..156f1601 100644 --- a/package.json +++ b/package.json @@ -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",