From 916eadc5c0f513048de472f3c0f638dd4b622cac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:06:25 -0600 Subject: [PATCH] chore(main): release 6.1.3 [skip-ci] (#53) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e404df..97e819d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.2" + ".": "6.1.3" } diff --git a/HISTORY.md b/HISTORY.md index 8f92873..3673fcd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.1.3](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.1.2...v6.1.3) (2024-10-14) + + +### Bug Fixes + +* **NODE-6420:** support options for aggregationcursor/findcursor.explain() ([#52](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/52)) ([99bd9ed](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/99bd9ed5ce8e0192b5a729747018cb94d4311cd8)) + ## [6.1.2](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.1.1...v6.1.2) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index b5eca98..d63d513 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-legacy", - "version": "6.1.2", + "version": "6.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-legacy", - "version": "6.1.2", + "version": "6.1.3", "license": "Apache-2.0", "dependencies": { "mongodb": "^6.0.0" diff --git a/package.json b/package.json index c4348d1..915e0bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongodb-legacy", "description": "The legacy MongoDB driver with callback support for Node.js", - "version": "6.1.2", + "version": "6.1.3", "files": [ "src", "mongodb-legacy.d.ts"