Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hagopj13 committed Mar 14, 2020
1 parent 0b15397 commit 3f94222
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.1.3](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.1.2...v1.1.3) (2020-03-14)

### Bug Fixes

- fix vulnerability issues by upgrading dependencies ([9c15650](https://github.com/hagopj13/node-express-mongoose-boilerplate/commit/9c15650acfb0d991b621abc60ba534c904fd3fd1))

## [1.1.2](https://github.com/hagopj13/node-express-mongoose-boilerplate/compare/v1.1.1...v1.1.2) (2020-02-16)

### 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.1.2",
"version": "1.1.3",
"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 3f94222

Please sign in to comment.