Skip to content

Commit ec77534

Browse files
committed
Release v1.1.2
1 parent be8bf61 commit ec77534

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1.2](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.1.1...v1.1.2) (2020-02-16)
6+
7+
### Bug Fixes
8+
9+
- fix issue with incorrect stack for errors that are not of type AppError ([48d1a5a](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/48d1a5ada5e5fe0975a17b521d3d7a6e1f4cab3b))
10+
511
## [1.1.1](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.1.0...v1.1.1) (2019-12-04)
612

713
### Bug Fixes
@@ -12,8 +18,8 @@ All notable changes to this project will be documented in this file. See [standa
1218

1319
### Features
1420

15-
- add docker support ([#2](https://github.com/hagopj13/node-express-mongoose-boilerplate/issues/2)) ([09308c1](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/340144979cf5e84abb047a891a0b908b01af3645))
16-
- verify connection to email server at startup ([3856580](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/f38d86a181f1816d720e009aa94619e25ef4bf93))
21+
- add docker support ([#2](https://github.com/hagopj13/node-express-mongoose-boilerplate/issues/2)) ([3401449](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/340144979cf5e84abb047a891a0b908b01af3645))
22+
- verify connection to email server at startup ([f38d86a](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/f38d86a181f1816d720e009aa94619e25ef4bf93))
1723

1824
## 1.0.0 (2019-11-22)
1925

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.1.1",
3+
"version": "1.1.2",
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)