Skip to content

Commit cb23c26

Browse files
committed
Release v1.3.0
1 parent f6bca8b commit cb23c26

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.3.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.2.0...v1.3.0) (2020-05-17)
6+
7+
### Features
8+
9+
- add toJSON custom mongoose schema plugin ([f8ba3f6](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/f8ba3f619ac42f2030c358fb44095b72fb37013b))
10+
- add paginate custom mongoose schema plugin ([97fef4c](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/97fef4cac91c86e4d33e9010705775fa9f160e96)), closes [#13](https://github.com/hagopj13/node-express-mongoose-boilerplate/issues/13)
11+
512
## [1.2.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.1.3...v1.2.0) (2020-05-13)
613

714
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-express-mongoose-boilerplate",
3-
"version": "1.2.0",
3+
"version": "1.3.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)