From c2b6da1c4e8e05a2bca768140f3a00e30ade750c Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 21 Jun 2023 08:03:13 -0600 Subject: [PATCH] chore(release): 3.7.4 --- HISTORY.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f4e35175919..8969fa96512 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f9f891c74d6..2d690afff48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "3.7.3", + "version": "3.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb", - "version": "3.7.3", + "version": "3.7.4", "license": "Apache-2.0", "dependencies": { "bl": "^2.2.1", diff --git a/package.json b/package.json index 905faa70947..bdb5eb1c65a 100644 --- a/package.json +++ b/package.json @@ -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": [