From b42e8b369a8af8f21877bfaaf55d09ee9d9ee976 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Wed, 20 Oct 2021 13:35:17 -0400 Subject: [PATCH] chore(release): 3.7.3 --- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8ac218d700..f4e3517591 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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.3](https://github.com/mongodb/node-mongodb-native/compare/v3.7.2...v3.7.3) (2021-10-20) + + +### Bug Fixes + +* **NODE-3515:** do proper opTime merging in bulk results ([#3011](https://github.com/mongodb/node-mongodb-native/issues/3011)) ([428e6d3](https://github.com/mongodb/node-mongodb-native/commit/428e6d33562e275234ad60031aa0923ea9fe4063)) + ### [3.7.2](https://github.com/mongodb/node-mongodb-native/compare/v3.7.1...v3.7.2) (2021-10-05) ### [3.7.1](https://github.com/mongodb/node-mongodb-native/compare/v3.7.0...v3.7.1) (2021-09-14) diff --git a/package-lock.json b/package-lock.json index 7da352df2a..f9f891c74d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "3.7.2", + "version": "3.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb", - "version": "3.7.2", + "version": "3.7.3", "license": "Apache-2.0", "dependencies": { "bl": "^2.2.1", diff --git a/package.json b/package.json index 16e791fe8d..905faa7094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.7.2", + "version": "3.7.3", "description": "The official MongoDB driver for Node.js", "main": "index.js", "files": [