Skip to content

Commit

Permalink
release: v8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 4, 2023
1 parent db16d8f commit a42b937
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [8.14.0](https://github.com/nodkz/mongodb-memory-server/compare/v8.13.0...v8.14.0) (2023-08-04)


### Features

* update default-binary 5.0.19 ([296b2f6](https://github.com/nodkz/mongodb-memory-server/commit/296b2f6a4604d6ab1bfc81130b030df829203dac))
* **MongoBinaryDownload:** add option to configure max amount of redirects ([0d81c81](https://github.com/nodkz/mongodb-memory-server/commit/0d81c816eacf2b149ac01cd6bc18088f8486ccbe))
* **MongoBinaryDownload:** follow redirects ([9ec4aee](https://github.com/nodkz/mongodb-memory-server/commit/9ec4aee40d8ac429599b4b97385db1a4ff860c82)), closes [#785](https://github.com/nodkz/mongodb-memory-server/issues/785)


### Dependencies

* **eslint:** upgrade to version 8.46.0 ([713b1a5](https://github.com/nodkz/mongodb-memory-server/commit/713b1a5f5e2040a5297c1d41cf570f0ef7982316))
* **eslint-config-prettier:** upgrade to version 8.10.0 ([097077f](https://github.com/nodkz/mongodb-memory-server/commit/097077ff170f9907ddc7597179f91babdf0cd41a))
* **semver:** upgrade to version 7.5.4 ([f7c4837](https://github.com/nodkz/mongodb-memory-server/commit/f7c483743fdc90ed1eda0fec901d5673d14827f5))
* **tslib:** upgrade to version 2.6.1 ([db16d8f](https://github.com/nodkz/mongodb-memory-server/commit/db16d8fcc6bd9a6735a3f1414d1d3f4420dd9890))

## [8.13.0](https://github.com/nodkz/mongodb-memory-server/compare/v8.12.2...v8.13.0) (2023-06-09)


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.13.0",
"version": "8.14.0",
"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.13.0",
"version": "8.14.0",
"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.13.0",
"mongodb-memory-server-core": "8.14.0",
"tslib": "^2.6.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.13.0",
"version": "8.14.0",
"mongodb_version": "4.2.23",
"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.13.0",
"mongodb-memory-server-core": "8.14.0",
"tslib": "^2.6.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.13.0",
"version": "8.14.0",
"mongodb_version": "4.4.22",
"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.13.0",
"mongodb-memory-server-core": "8.14.0",
"tslib": "^2.6.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.13.0",
"version": "8.14.0",
"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.13.0",
"mongodb-memory-server-core": "8.14.0",
"tslib": "^2.6.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.13.0",
"version": "8.14.0",
"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.13.0",
"mongodb-memory-server-core": "8.14.0",
"tslib": "^2.6.1"
},
"scripts": {
Expand Down

0 comments on commit a42b937

Please sign in to comment.