Skip to content

Commit c2b6da1

Browse files
chore(release): 3.7.4
1 parent 152425a commit c2b6da1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [3.7.4](https://github.com/mongodb/node-mongodb-native/compare/v3.7.3...v3.7.4) (2023-06-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-3711:** retry txn end on retryable write ([#3047](https://github.com/mongodb/node-mongodb-native/issues/3047)) ([1595140](https://github.com/mongodb/node-mongodb-native/commit/15951403bd595842c872f0b0ba9f3b782b1c43ec))
11+
* **NODE-5355:** prevent error when saslprep is not a function ([#3733](https://github.com/mongodb/node-mongodb-native/issues/3733)) ([152425a](https://github.com/mongodb/node-mongodb-native/commit/152425a366f744490206e596e7b2ada37796577c))
12+
513
### [3.7.3](https://github.com/mongodb/node-mongodb-native/compare/v3.7.2...v3.7.3) (2021-10-20)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)