Skip to content

Commit

Permalink
release: v8.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 17, 2023
1 parent 12fadef commit e0942bb
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [8.12.1](https://github.com/nodkz/mongodb-memory-server/compare/v8.12.0...v8.12.1) (2023-03-17)


### Fixes

* **errors:** add helper message if exit code is large on windows for "UnexpectedCloseError" ([d066643](https://github.com/nodkz/mongodb-memory-server/commit/d066643d93fed6e2bd2b5f744891130bf2185b90)), closes [#748](https://github.com/nodkz/mongodb-memory-server/issues/748)
* **MongoInstance::closeHandler:** actually dont error with code 12 on windows ([0668c35](https://github.com/nodkz/mongodb-memory-server/commit/0668c355cf6bc01525a11727633b13716c5af712))

## [8.12.0](https://github.com/nodkz/mongodb-memory-server/compare/v8.11.5...v8.12.0) (2023-03-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": "8.12.0",
"version": "8.12.1",
"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
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": "8.12.0",
"version": "8.12.1",
"mongodb_version": "4.0.28",
"description": "MongoDB Server for testing (auto-download 4.0 version to ~/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "8.12.0",
"mongodb-memory-server-core": "8.12.1",
"tslib": "^2.5.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-4.2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-4.2",
"version": "8.12.0",
"version": "8.12.1",
"mongodb_version": "4.2.18",
"description": "MongoDB Server for testing (auto-download 4.2 version to ~/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "8.12.0",
"mongodb-memory-server-core": "8.12.1",
"tslib": "^2.5.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mongodb-memory-server-global-4.4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-memory-server-global-4.4",
"version": "8.12.0",
"version": "8.12.1",
"mongodb_version": "4.4.13",
"description": "MongoDB Server for testing (auto-download 4.4 version to ~/.cache/mongodb-binaries).",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "8.12.0",
"mongodb-memory-server-core": "8.12.1",
"tslib": "^2.5.0"
},
"scripts": {
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": "8.12.0",
"version": "8.12.1",
"description": "MongoDB Server for testing (auto-download latest version to ~/.cache/mongodb-binaries).",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -24,7 +24,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "8.12.0",
"mongodb-memory-server-core": "8.12.1",
"tslib": "^2.5.0"
},
"scripts": {
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": "8.12.0",
"version": "8.12.1",
"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 @@ -24,7 +24,7 @@
"mongomem"
],
"dependencies": {
"mongodb-memory-server-core": "8.12.0",
"mongodb-memory-server-core": "8.12.1",
"tslib": "^2.5.0"
},
"scripts": {
Expand Down

0 comments on commit e0942bb

Please sign in to comment.