Skip to content

Commit df8849c

Browse files
committed
Merge branch 'master' of github.com:nodkz/mongodb-memory-server
2 parents 9ddd047 + e057d0c commit df8849c

File tree

20 files changed

+74
-18
lines changed

20 files changed

+74
-18
lines changed

CHANGELOG.md

+8
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+
## [5.1.2](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.1...v5.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package lerna-monorepo
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.0...v5.1.1) (2019-05-09)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.1.1",
2+
"version": "5.1.2",
33
"command": {
44
"publish": {
55
"allowBranch": [

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

+8
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+
## [5.1.2](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.1...v5.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-core
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.0...v5.1.1) (2019-05-09)
715

816

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Core package which contains main code. Used in all other packages.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-core",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
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

+8
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+
## [5.1.2](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.1...v5.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-global-3.4
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.0...v5.1.1) (2019-05-09)
715

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads `v3.4` mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-3.4",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "MongoDB Server for testing (auto-download 3.4 version to %HOME/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,7 +17,7 @@
1717
"mongomem"
1818
],
1919
"dependencies": {
20-
"mongodb-memory-server": "5.1.1",
20+
"mongodb-memory-server": "5.1.2",
2121
"os": "^0.1.1"
2222
},
2323
"scripts": {

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

+8
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+
## [5.1.2](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.1...v5.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-global-3.6
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.0...v5.1.1) (2019-05-09)
715

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads `v3.6` mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-3.6",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "MongoDB Server for testing (auto-download 3.6 version to %HOME/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,7 +17,7 @@
1717
"mongomem"
1818
],
1919
"dependencies": {
20-
"mongodb-memory-server": "5.1.1",
20+
"mongodb-memory-server": "5.1.2",
2121
"os": "^0.1.1"
2222
},
2323
"scripts": {

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

+8
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+
## [5.1.2](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.1...v5.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-global-4.0
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.0...v5.1.1) (2019-05-09)
715

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads `v4.0` mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.0",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "MongoDB Server for testing (auto-download 4.0 version to %HOME/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,7 +17,7 @@
1717
"mongomem"
1818
],
1919
"dependencies": {
20-
"mongodb-memory-server": "5.1.1",
20+
"mongodb-memory-server": "5.1.2",
2121
"os": "^0.1.1"
2222
},
2323
"scripts": {

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

+8
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+
## [5.1.2](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.1...v5.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package mongodb-memory-server-global
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.0...v5.1.1) (2019-05-09)
715

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

packages/mongodb-memory-server-global/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads latest mongod binary to `%HOME/.cache/mongodb-binaries` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "MongoDB Server for testing (auto-download latest version to %HOME/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,7 +17,7 @@
1717
"mongomem"
1818
],
1919
"dependencies": {
20-
"mongodb-memory-server": "5.1.1",
20+
"mongodb-memory-server": "5.1.2",
2121
"os": "^0.1.1"
2222
},
2323
"scripts": {

packages/mongodb-memory-server/CHANGELOG.md

+8
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+
## [5.1.2](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.1...v5.1.2) (2019-05-16)
7+
8+
**Note:** Version bump only for package mongodb-memory-server
9+
10+
11+
12+
13+
614
## [5.1.1](https://github.com/nodkz/mongodb-memory-server/compare/v5.1.0...v5.1.1) (2019-05-09)
715

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

packages/mongodb-memory-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
Main default package which downloads mongod binary to `./node_modules/.cache` directory on package install.
1010

11-
## [Full README with avaliable options and examples](../../README.md)
11+
[Full README with avaliable options and examples](https://github.com/nodkz/mongodb-memory-server)

packages/mongodb-memory-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"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.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -17,7 +17,7 @@
1717
"mongomem"
1818
],
1919
"dependencies": {
20-
"mongodb-memory-server-core": "5.1.1"
20+
"mongodb-memory-server-core": "5.1.2"
2121
},
2222
"scripts": {
2323
"postinstall": "node ./postinstall.js"

0 commit comments

Comments
 (0)