Skip to content

Commit

Permalink
v6.7.4
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Sep 11, 2020
1 parent c9679d8 commit 82606d8
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.7.4](https://github.com/nodkz/mongodb-memory-server/compare/v6.7.3...v6.7.4) (2020-09-11)


### Bug Fixes

* **MongoMemoryReplSet:** comment-out older hack ([c9679d8](https://github.com/nodkz/mongodb-memory-server/commit/c9679d8129b2e4c0afec980f78a5b5e91f5a9f3b)), closes [#366](https://github.com/nodkz/mongodb-memory-server/issues/366)

## [6.7.3](https://github.com/nodkz/mongodb-memory-server/compare/v6.7.2...v6.7.3) (2020-09-11)


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.7.3",
"mongodb-memory-server": "6.7.4",
"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.7.3",
"mongodb-memory-server": "6.7.4",
"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.7.3",
"mongodb-memory-server": "6.7.4",
"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.7.3",
"mongodb-memory-server": "6.7.4",
"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.7.3",
"mongodb-memory-server": "6.7.4",
"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.7.3",
"mongodb-memory-server": "6.7.4",
"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.7.3"
"mongodb-memory-server-core": "6.7.4"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down

0 comments on commit 82606d8

Please sign in to comment.