Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Oct 17, 2019
1 parent fb5cccb commit 1c01c5b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Change Log
# Changelog

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.

## [5.0.0](https://github.com/saintedlama/restify-mongoose/compare/v4.0.0...v5.0.0) (2019-10-17)


### ⚠ BREAKING CHANGES

* node 6, 7 and 9 are not supported anymore

### Bug Fixes

* remove crossenv to avoid breaking builds in node 6 and 7 ([73a7d27](https://github.com/saintedlama/restify-mongoose/commit/73a7d2796dc95efac817984ac5b2df9f2ff281f4))
* upgrade dependencies to fix vulnerability ([221d326](https://github.com/saintedlama/restify-mongoose/commit/221d3262ebb12f9fd3bebda8e7957cd17ea88ab5))


* remove support for node 6, 7 and 9 ([fb5cccb](https://github.com/saintedlama/restify-mongoose/commit/fb5cccb1726758d4afae70dab77d44c0ea06d327))

<a name="4.0.0"></a>
# [4.0.0](https://github.com/saintedlama/restify-mongoose/compare/v3.0.0...v4.0.0) (2018-08-14)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restify-mongoose",
"version": "4.0.0",
"version": "5.0.0",
"description": "Expose mongoose models as REST resources",
"author": "[email protected]",
"contributors": [
Expand Down

0 comments on commit 1c01c5b

Please sign in to comment.