Skip to content

Commit

Permalink
chore(main): release 6.13.1 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 20, 2025
1 parent 0789dff commit 434b113
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.13.0"
".": "6.13.1"
}
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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))

## [6.13.0](https://github.com/mongodb/node-mongodb-native/compare/v6.12.0...v6.13.0) (2025-01-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 434b113

Please sign in to comment.