From 28f721da02ca35ab0d4bc298c8964040eeceed03 Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Tue, 14 Sep 2021 13:38:24 -0400 Subject: [PATCH] chore(release): 3.7.1 --- 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 0725ac772d..196920431e 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.1](https://github.com/mongodb/node-mongodb-native/compare/v3.7.0...v3.7.1) (2021-09-14) + + +### Features + +* **NODE-3424:** use hello for monitoring commands ([#2964](https://github.com/mongodb/node-mongodb-native/issues/2964)) ([910c564](https://github.com/mongodb/node-mongodb-native/commit/910c56491f72b8ce4d94bf683a97e193b66c6985)) + ## [3.7.0](https://github.com/mongodb/node-mongodb-native/compare/v3.6.10...v3.7.0) (2021-08-31) diff --git a/package-lock.json b/package-lock.json index 518a0f8a3b..5ff9e6cd15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb", - "version": "3.7.0", + "version": "3.7.1", "license": "Apache-2.0", "dependencies": { "bl": "^2.2.1", diff --git a/package.json b/package.json index dc713259ce..136075068a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.7.0", + "version": "3.7.1", "description": "The official MongoDB driver for Node.js", "main": "index.js", "files": [