Skip to content

Commit

Permalink
chore(release): 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 21, 2023
1 parent 152425a commit c2b6da1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [3.7.4](https://github.com/mongodb/node-mongodb-native/compare/v3.7.3...v3.7.4) (2023-06-21)


### Bug Fixes

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

### [3.7.3](https://github.com/mongodb/node-mongodb-native/compare/v3.7.2...v3.7.3) (2021-10-20)


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": "3.7.3",
"version": "3.7.4",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"files": [
Expand Down

0 comments on commit c2b6da1

Please sign in to comment.