Skip to content

Commit

Permalink
v6.9.6
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Mar 8, 2021
1 parent 237177b commit 81c7628
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.9.6](https://github.com/nodkz/mongodb-memory-server/compare/v6.9.5...v6.9.6) (2021-03-08)


### Bug Fixes

* **dependencies:** allow patch versions ([237177b](https://github.com/nodkz/mongodb-memory-server/commit/237177b82baf11610cf695bca9f3a81d8cbfb51f)), closes [#433](https://github.com/nodkz/mongodb-memory-server/issues/433)

## [6.9.5](https://github.com/nodkz/mongodb-memory-server/compare/v6.9.4...v6.9.5) (2021-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-3.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.9.5",
"mongodb-memory-server": "6.9.6",
"os": "^0.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-3.6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.9.5",
"mongodb-memory-server": "6.9.6",
"os": "^0.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.9.5",
"mongodb-memory-server": "6.9.6",
"os": "^0.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.9.5",
"mongodb-memory-server": "6.9.6",
"os": "^0.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.9.5",
"mongodb-memory-server": "6.9.6",
"os": "^0.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.9.5",
"mongodb-memory-server": "6.9.6",
"os": "^0.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "6.9.5"
"mongodb-memory-server-core": "6.9.6"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down

0 comments on commit 81c7628

Please sign in to comment.