Skip to content

Commit 543ea4e

Browse files
committed
Merge branch 'master' of github.com:nodkz/mongodb-memory-server
2 parents ed1afe8 + 61f48f6 commit 543ea4e

File tree

14 files changed

+127
-13
lines changed

14 files changed

+127
-13
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.0.0](https://github.com/nodkz/mongodb-memory-server/compare/v4.2.2...v5.0.0) (2019-04-10)
7+
8+
9+
### Code Refactoring
10+
11+
* using Lerna multiple packages ([e80e0f2](https://github.com/nodkz/mongodb-memory-server/commit/e80e0f2)), closes [/github.com/nodkz/mongodb-memory-server/issues/159#issuecomment-474398550](https://github.com//github.com/nodkz/mongodb-memory-server/issues/159/issues/issuecomment-474398550)
12+
13+
14+
### Features
15+
16+
* add additional packages with specific default configs ([9cca8f6](https://github.com/nodkz/mongodb-memory-server/commit/9cca8f6))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Remove `MomgoMemoryServer.getInstanceData()` method. Use `MomgoMemoryServer.ensureInstance()` instead.
22+
23+
24+
25+
26+
127
# Change Log
228

329
## 0.0.0-semantically-released (May 11, 2017)

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
2-
"version": "4.2.2",
2+
"version": "5.0.0",
33
"command": {
44
"publish": {
5-
"allowBranch": ["master"],
5+
"allowBranch": [
6+
"master"
7+
],
68
"exact": true,
79
"conventionalCommits": true,
810
"githubRelease": true
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.0.0](https://github.com/nodkz/mongodb-memory-server/compare/v4.2.2...v5.0.0) (2019-04-10)
7+
8+
9+
### Code Refactoring
10+
11+
* using Lerna multiple packages ([e80e0f2](https://github.com/nodkz/mongodb-memory-server/commit/e80e0f2)), closes [/github.com/nodkz/mongodb-memory-server/issues/159#issuecomment-474398550](https://github.com//github.com/nodkz/mongodb-memory-server/issues/159/issues/issuecomment-474398550)
12+
13+
14+
### Features
15+
16+
* add additional packages with specific default configs ([9cca8f6](https://github.com/nodkz/mongodb-memory-server/commit/9cca8f6))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Remove `MomgoMemoryServer.getInstanceData()` method. Use `MomgoMemoryServer.ensureInstance()` instead.

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": "4.2.2",
3+
"version": "5.0.0",
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",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.0.0](https://github.com/nodkz/mongodb-memory-server/compare/v4.2.2...v5.0.0) (2019-04-10)
7+
8+
9+
### Features
10+
11+
* add additional packages with specific default configs ([9cca8f6](https://github.com/nodkz/mongodb-memory-server/commit/9cca8f6))

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": "4.2.2",
3+
"version": "5.0.0",
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": "4.2.2",
20+
"mongodb-memory-server": "5.0.0",
2121
"os": "^0.1.1"
2222
},
2323
"scripts": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.0.0](https://github.com/nodkz/mongodb-memory-server/compare/v4.2.2...v5.0.0) (2019-04-10)
7+
8+
9+
### Features
10+
11+
* add additional packages with specific default configs ([9cca8f6](https://github.com/nodkz/mongodb-memory-server/commit/9cca8f6))

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": "4.2.2",
3+
"version": "5.0.0",
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": "4.2.2",
20+
"mongodb-memory-server": "5.0.0",
2121
"os": "^0.1.1"
2222
},
2323
"scripts": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [5.0.0](https://github.com/nodkz/mongodb-memory-server/compare/v4.2.2...v5.0.0) (2019-04-10)
7+
8+
9+
### Features
10+
11+
* add additional packages with specific default configs ([9cca8f6](https://github.com/nodkz/mongodb-memory-server/commit/9cca8f6))

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": "4.2.2",
3+
"version": "5.0.0",
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": "4.2.2",
20+
"mongodb-memory-server": "5.0.0",
2121
"os": "^0.1.1"
2222
},
2323
"scripts": {

0 commit comments

Comments
 (0)