diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ace915..0f6aa44 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "6.1.1" } diff --git a/HISTORY.md b/HISTORY.md index 3360913..b30b369 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.1](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.1.0...v6.1.1) (2024-08-14) + + +### Bug Fixes + +* **NODE-6328:** pass through optional options in txn APIs ([#45](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/45)) ([bacf3cf](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/bacf3cfae4bacf813c66a3b331594a15d39382e2)) + ## [6.1.0](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.0.1...v6.1.0) (2024-06-27) diff --git a/package-lock.json b/package-lock.json index 00a8e35..6096726 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-legacy", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-legacy", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "mongodb": "^6.0.0" diff --git a/package.json b/package.json index 0f6030b..20e2a28 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.0", + "version": "6.1.1", "files": [ "src", "mongodb-legacy.d.ts"