diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0c67aa028..50ec80bd34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.13.0" + ".": "6.13.1" } diff --git a/HISTORY.md b/HISTORY.md index 204520a70e..28f5b62d1c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,17 @@ 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.13.1](https://github.com/mongodb/node-mongodb-native/compare/v6.13.0...v6.13.1) (2025-02-20) + + +### Bug Fixes + +* **NODE-6407:** use conversationId returned from server in saslContinue ([#4368](https://github.com/mongodb/node-mongodb-native/issues/4368)) ([fbefa6b](https://github.com/mongodb/node-mongodb-native/commit/fbefa6b6265bf3c5019e07626dd298c265ad4746)) +* **NODE-6613:** Update error messages when primaries go stale ([#4397](https://github.com/mongodb/node-mongodb-native/issues/4397)) ([6528c8d](https://github.com/mongodb/node-mongodb-native/commit/6528c8db3acfb28fa58a7cd587703d3d40c065aa)) +* **NODE-6690:** Remove extraneous Document in replaceOne return type ([#4383](https://github.com/mongodb/node-mongodb-native/issues/4383)) ([6c81d4e](https://github.com/mongodb/node-mongodb-native/commit/6c81d4e839589dd51cea0dca10d4163a13744c94)) +* **NODE-6763:** pass WriteConcernOptions instead on WriteConcernSettings ([#4421](https://github.com/mongodb/node-mongodb-native/issues/4421)) ([26f15d7](https://github.com/mongodb/node-mongodb-native/commit/26f15d7edc109154b1064299299158a8327a73da)) +* **NODE-6777:** update BSON to 6.10.3 ([#4428](https://github.com/mongodb/node-mongodb-native/issues/4428)) ([db5b9e0](https://github.com/mongodb/node-mongodb-native/commit/db5b9e00c3966019fc79d7b275e585f07c59144c)) + ## [6.13.0](https://github.com/mongodb/node-mongodb-native/compare/v6.12.0...v6.13.0) (2025-01-30) diff --git a/package-lock.json b/package-lock.json index 8d9a2434aa..ea9ce11232 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.13.0", + "version": "6.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.13.0", + "version": "6.13.1", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index ca57b49e76..fb7f68574b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.13.0", + "version": "6.13.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [