Skip to content

Commit

Permalink
chore(release): 3.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.8](v3.1.7...v3.1.8) (2021-03-05)

### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([09ae1f2](09ae1f2))
* upgrade mongoose from 5.11.14 to 5.11.15 ([771212e](771212e))
* upgrade neo4j-driver from 4.2.2 to 4.2.3 ([65dc379](65dc379))
  • Loading branch information
semantic-release-bot committed Mar 5, 2021
1 parent a3a8a7b commit 0b129ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [3.1.8](https://github.com/SvenWesterlaken/mongo4j/compare/v3.1.7...v3.1.8) (2021-03-05)


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([09ae1f2](https://github.com/SvenWesterlaken/mongo4j/commit/09ae1f24b6bc0e5667f3abfe4a92619f92139377))
* upgrade mongoose from 5.11.14 to 5.11.15 ([771212e](https://github.com/SvenWesterlaken/mongo4j/commit/771212ead02ffeb4e4646944be59da897072ff60))
* upgrade neo4j-driver from 4.2.2 to 4.2.3 ([65dc379](https://github.com/SvenWesterlaken/mongo4j/commit/65dc379ee6b1a1aa6e4fb4fc0e723a2f3e7b6724))

## [3.1.7](https://github.com/SvenWesterlaken/mongo4j/compare/v3.1.6...v3.1.7) (2021-02-03)


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
@@ -1,6 +1,6 @@
{
"name": "mongo4j",
"version": "3.1.7",
"version": "3.1.8",
"description": "Mongoose plugin to maintain Neo4J in combination with MongoDB",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0b129ae

Please sign in to comment.