Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2020-07-11)

### Bug Fixes

* **package:** rebuild package.json lockfile ([1bccb0a](1bccb0a))
* package.json & package-lock.json to reduce vulnerabilities ([9c380ed](9c380ed))
* upgrade lodash from 4.17.15 to 4.17.19 ([543a580](543a580))
* upgrade mongoose from 5.9.21 to 5.9.22 ([9deee9d](9deee9d))
  • Loading branch information
semantic-release-bot committed Jul 11, 2020
1 parent 27a89fb commit 1552e6f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.0.2](https://github.com/SvenWesterlaken/mongo4j/compare/v3.0.1...v3.0.2) (2020-07-11)


### Bug Fixes

* **package:** rebuild package.json lockfile ([1bccb0a](https://github.com/SvenWesterlaken/mongo4j/commit/1bccb0a06a3414ac5d7b703c809fe0f17ebe067f))
* package.json & package-lock.json to reduce vulnerabilities ([9c380ed](https://github.com/SvenWesterlaken/mongo4j/commit/9c380ed462dfced1fc7bd1b601bc5fea2a41d023))
* upgrade lodash from 4.17.15 to 4.17.19 ([543a580](https://github.com/SvenWesterlaken/mongo4j/commit/543a5802f0de453cdd5e2af2bfd98ced502459eb))
* upgrade mongoose from 5.9.21 to 5.9.22 ([9deee9d](https://github.com/SvenWesterlaken/mongo4j/commit/9deee9d26e93dc2c57765e368332f65e469ffcd4))

## [3.0.1](https://github.com/SvenWesterlaken/mongo4j/compare/v3.0.0...v3.0.1) (2020-07-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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongo4j",
"version": "3.0.1",
"version": "3.0.2",
"description": "Mongoose plugin to maintain Neo4J in combination with MongoDB",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1552e6f

Please sign in to comment.