Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.2.0...v7.0.0) (2020-02-19)

### chore

* deprecate node 9 ([10e18d1](10e18d1))

### BREAKING CHANGES

* Support Node >= 10
  • Loading branch information
semantic-release-bot committed Feb 19, 2020
1 parent 10e18d1 commit 09da25e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0](https://github.com/yoitsro/joigoose/compare/v6.2.0...v7.0.0) (2020-02-19)


### chore

* deprecate node 9 ([10e18d1](https://github.com/yoitsro/joigoose/commit/10e18d143d6b0c07f51b410796b5a12ca867b54f))


### BREAKING CHANGES

* Support Node >= 10

# [6.2.0](https://github.com/yoitsro/joigoose/compare/v6.1.1...v6.2.0) (2019-12-11)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joigoose",
"version": "6.2.0",
"version": "7.0.0",
"description": "Joi validation for your Mongoose models without the hassle of maintaining two schemas",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -61,4 +61,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit 09da25e

Please sign in to comment.