Skip to content

Commit

Permalink
v6.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
traviscibot committed Sep 8, 2020
1 parent 611f227 commit cfe4314
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)


### Bug Fixes

* **mongo_killer:** refactor mongo_killer to make more sense ([2dd1fae](https://github.com/nodkz/mongodb-memory-server/commit/2dd1fae2dc87468d3b1e32d0baf2f74543edfe4c))
* **MongoInstance:** de-duplicate killer code & actually log output from "mongo_killer" ([76889a6](https://github.com/nodkz/mongodb-memory-server/commit/76889a6eb678a3b3994315bfc0cbee916a622564))
* **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)





## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.6.8",
"version": "6.6.9",
"command": {
"publish": {
"allowBranch": [
Expand Down
13 changes: 13 additions & 0 deletions packages/mongodb-memory-server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)


### Bug Fixes

* **mongo_killer:** refactor mongo_killer to make more sense ([2dd1fae](https://github.com/nodkz/mongodb-memory-server/commit/2dd1fae2dc87468d3b1e32d0baf2f74543edfe4c))
* **MongoInstance:** de-duplicate killer code & actually log output from "mongo_killer" ([76889a6](https://github.com/nodkz/mongodb-memory-server/commit/76889a6eb678a3b3994315bfc0cbee916a622564))
* **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)





## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-core",
"version": "6.6.8",
"version": "6.6.9",
"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.",
"main": "lib/index",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb-memory-server-global-3.4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)

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





## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)

**Note:** Version bump only for package mongodb-memory-server-global-3.4
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-3.4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-3.4",
"version": "6.6.8",
"version": "6.6.9",
"mongodb_version": "3.4.20",
"description": "MongoDB Server for testing (auto-download 3.4 version to %HOME/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.6.8",
"mongodb-memory-server": "6.6.9",
"os": "^0.1.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb-memory-server-global-3.6/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)

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





## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)

**Note:** Version bump only for package mongodb-memory-server-global-3.6
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-3.6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-3.6",
"version": "6.6.8",
"version": "6.6.9",
"mongodb_version": "3.6.12",
"description": "MongoDB Server for testing (auto-download 3.6 version to %HOME/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.6.8",
"mongodb-memory-server": "6.6.9",
"os": "^0.1.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb-memory-server-global-4.0/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)

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





## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)

**Note:** Version bump only for package mongodb-memory-server-global-4.0
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-4.0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-4.0",
"version": "6.6.8",
"version": "6.6.9",
"mongodb_version": "4.0.8",
"description": "MongoDB Server for testing (auto-download 4.0 version to %HOME/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.6.8",
"mongodb-memory-server": "6.6.9",
"os": "^0.1.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb-memory-server-global/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)

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





## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)

**Note:** Version bump only for package mongodb-memory-server-global
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global",
"version": "6.6.8",
"version": "6.6.9",
"description": "MongoDB Server for testing (auto-download latest version to %HOME/.cache/mongodb-binaries).",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -21,7 +21,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server": "6.6.8",
"mongodb-memory-server": "6.6.9",
"os": "^0.1.1"
},
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb-memory-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.6.9](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.8...v6.6.9) (2020-09-08)

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





## [6.6.8](https://github.com/nodkz/mongodb-memory-server/compare/v6.6.7...v6.6.8) (2020-09-08)

**Note:** Version bump only for package mongodb-memory-server
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server",
"version": "6.6.8",
"version": "6.6.9",
"description": "MongoDB Server for testing (auto-download latest version). 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.",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -21,7 +21,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "6.6.8"
"mongodb-memory-server-core": "6.6.9"
},
"scripts": {
"postinstall": "node ./postinstall.js"
Expand Down

0 comments on commit cfe4314

Please sign in to comment.