Skip to content

Commit cfe4314

Browse files
committed
v6.6.9
1 parent 611f227 commit cfe4314

File tree

14 files changed

+78
-12
lines changed

14 files changed

+78
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **mongo_killer:** refactor mongo_killer to make more sense ([2dd1fae](https://github.com/nodkz/mongodb-memory-server/commit/2dd1fae2dc87468d3b1e32d0baf2f74543edfe4c))
12+
* **MongoInstance:** de-duplicate killer code & actually log output from "mongo_killer" ([76889a6](https://github.com/nodkz/mongodb-memory-server/commit/76889a6eb678a3b3994315bfc0cbee916a622564))
13+
* **MongoInstance:** use environment variable "NODE" before "argv[0]" ([611f227](https://github.com/nodkz/mongodb-memory-server/commit/611f2274cca178bd8cca5fb48bc1b2a23bd16d88)), closes [#177](https://github.com/nodkz/mongodb-memory-server/issues/177)
14+
15+
16+
17+
18+
619
## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.6.8",
2+
"version": "6.6.9",
33
"command": {
44
"publish": {
55
"allowBranch": [

packages/mongodb-memory-server-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **mongo_killer:** refactor mongo_killer to make more sense ([2dd1fae](https://github.com/nodkz/mongodb-memory-server/commit/2dd1fae2dc87468d3b1e32d0baf2f74543edfe4c))
12+
* **MongoInstance:** de-duplicate killer code & actually log output from "mongo_killer" ([76889a6](https://github.com/nodkz/mongodb-memory-server/commit/76889a6eb678a3b3994315bfc0cbee916a622564))
13+
* **MongoInstance:** use environment variable "NODE" before "argv[0]" ([611f227](https://github.com/nodkz/mongodb-memory-server/commit/611f2274cca178bd8cca5fb48bc1b2a23bd16d88)), closes [#177](https://github.com/nodkz/mongodb-memory-server/issues/177)
14+
15+
16+
17+
18+
619
## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)
720

821

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-core",
3-
"version": "6.6.8",
3+
"version": "6.6.9",
44
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
55
"main": "lib/index",
66
"types": "lib/index.d.ts",

packages/mongodb-memory-server-global-3.4/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-global-3.4
9+
10+
11+
12+
13+
614
## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)
715

816
**Note:** Version bump only for package mongodb-memory-server-global-3.4

packages/mongodb-memory-server-global-3.4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-3.4",
3-
"version": "6.6.8",
3+
"version": "6.6.9",
44
"mongodb_version": "3.4.20",
55
"description": "MongoDB Server for testing (auto-download 3.4 version to %HOME/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -22,7 +22,7 @@
2222
"mongomem"
2323
],
2424
"dependencies": {
25-
"mongodb-memory-server": "6.6.8",
25+
"mongodb-memory-server": "6.6.9",
2626
"os": "^0.1.1"
2727
},
2828
"scripts": {

packages/mongodb-memory-server-global-3.6/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-global-3.6
9+
10+
11+
12+
13+
614
## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)
715

816
**Note:** Version bump only for package mongodb-memory-server-global-3.6

packages/mongodb-memory-server-global-3.6/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-3.6",
3-
"version": "6.6.8",
3+
"version": "6.6.9",
44
"mongodb_version": "3.6.12",
55
"description": "MongoDB Server for testing (auto-download 3.6 version to %HOME/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -22,7 +22,7 @@
2222
"mongomem"
2323
],
2424
"dependencies": {
25-
"mongodb-memory-server": "6.6.8",
25+
"mongodb-memory-server": "6.6.9",
2626
"os": "^0.1.1"
2727
},
2828
"scripts": {

packages/mongodb-memory-server-global-4.0/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-global-4.0
9+
10+
11+
12+
13+
614
## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)
715

816
**Note:** Version bump only for package mongodb-memory-server-global-4.0

packages/mongodb-memory-server-global-4.0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.0",
3-
"version": "6.6.8",
3+
"version": "6.6.9",
44
"mongodb_version": "4.0.8",
55
"description": "MongoDB Server for testing (auto-download 4.0 version to %HOME/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -22,7 +22,7 @@
2222
"mongomem"
2323
],
2424
"dependencies": {
25-
"mongodb-memory-server": "6.6.8",
25+
"mongodb-memory-server": "6.6.9",
2626
"os": "^0.1.1"
2727
},
2828
"scripts": {

0 commit comments

Comments
 (0)