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..a11eda954f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,15 @@ 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-07) + + +### 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)) + ## [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 eb70e77717..4b4df4b0b4 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 38e3a891cd..bbc5b6081c 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": [