From 7ff4d3d501de0aeb05d1444ca59e638ffb80a944 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:58:16 +0000 Subject: [PATCH] chore(main): release 6.1.2 [skip-ci] --- .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 0f6aa44..5e404df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.1" + ".": "6.1.2" } diff --git a/HISTORY.md b/HISTORY.md index b30b369..8f92873 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.2](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.1.1...v6.1.2) (2024-09-27) + + +### Bug Fixes + +* **NODE-6399:** support new options arguments ([#48](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/48)) ([225cb64](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/225cb64f17841e26d075c916fcbe502193532246)) + ## [6.1.1](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.1.0...v6.1.1) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index 6096726..b5eca98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-legacy", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-legacy", - "version": "6.1.1", + "version": "6.1.2", "license": "Apache-2.0", "dependencies": { "mongodb": "^6.0.0" diff --git a/package.json b/package.json index 20e2a28..c4348d1 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.1", + "version": "6.1.2", "files": [ "src", "mongodb-legacy.d.ts"