Skip to content

Commit

Permalink
release: v8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 18, 2023
1 parent d71899f commit 4498e17
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [8.11.2](https://github.com/nodkz/mongodb-memory-server/compare/v8.11.1...v8.11.2) (2023-01-18)


### Fixes

* **errors:** add error "UnknownVersionError" ([5676931](https://github.com/nodkz/mongodb-memory-server/commit/5676931f82f538762f076d7a4efb8f0bd546ea22))
* **MongoBinaryDownload:** use coerced versions for semver ([10d1749](https://github.com/nodkz/mongodb-memory-server/commit/10d17497b8882d6d68400410d6bd7fd0ae8deb97)), closes [#734](https://github.com/nodkz/mongodb-memory-server/issues/734)
* **MongoBinaryDownloadUrl:** handle cases where patch version is checked and "-latest" was requested ([690aa42](https://github.com/nodkz/mongodb-memory-server/commit/690aa426d390f3f7c44700b07dfa41dc74a2d953))
* **MongoBinaryDownloadUrl::getRhelVersionString:** handle versions above 8 ([7c2d490](https://github.com/nodkz/mongodb-memory-server/commit/7c2d4901f7bf2a8fc442cf13e82bada426b30e41))

## [8.11.1](https://github.com/nodkz/mongodb-memory-server/compare/v8.11.0...v8.11.1) (2023-01-13)


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.11.1",
"version": "8.11.2",
"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.11.1",
"version": "8.11.2",
"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.11.1",
"mongodb-memory-server-core": "8.11.2",
"tslib": "^2.4.1"
},
"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.11.1",
"version": "8.11.2",
"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.11.1",
"mongodb-memory-server-core": "8.11.2",
"tslib": "^2.4.1"
},
"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.11.1",
"version": "8.11.2",
"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.11.1",
"mongodb-memory-server-core": "8.11.2",
"tslib": "^2.4.1"
},
"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.11.1",
"version": "8.11.2",
"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.11.1",
"mongodb-memory-server-core": "8.11.2",
"tslib": "^2.4.1"
},
"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.11.1",
"version": "8.11.2",
"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.11.1",
"mongodb-memory-server-core": "8.11.2",
"tslib": "^2.4.1"
},
"scripts": {
Expand Down

0 comments on commit 4498e17

Please sign in to comment.