Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hagopj13 committed Nov 23, 2019
1 parent 3401449 commit ed5da26
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.1.0](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.0.0...v1.1.0) (2019-11-23)

### Features

- 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))
- verify connection to email server at startup ([3856580](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/f38d86a181f1816d720e009aa94619e25ef4bf93))

## 1.0.0 (2019-11-22)

### 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.0.0",
"version": "1.1.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 ed5da26

Please sign in to comment.