Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hagopj13 committed Sep 28, 2020
1 parent ea57929 commit 9e3a3ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.5.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.4.1...v1.5.0) (2020-09-28)

### Features

- add sorting by multiple criteria option ([677ee12](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/677ee12808ba1cf02e422498ae464159345dc76f)), closes [#29](https://github.com/hagopj13/node-express-mongoose-boilerplate/issues/29)

## [1.4.1](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.4.0...v1.4.1) (2020-09-14)

### Bug Fixes
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.4.1",
"version": "1.5.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 9e3a3ef

Please sign in to comment.