From 6acb5e5d3454f8f0d7155d75762bbc517e96341f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:14:08 -0400 Subject: [PATCH] chore(main): release 6.6.2 [skip-ci] (#4111) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91cb134cbb..a7a751dd73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.1" + ".": "6.6.2" } diff --git a/HISTORY.md b/HISTORY.md index f38311c08e..39bc4488d7 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. +## [6.6.2](https://github.com/mongodb/node-mongodb-native/compare/v6.6.1...v6.6.2) (2024-05-15) + + +### Bug Fixes + +* **NODE-6171:** RTT set to zero when serverMonitoringMode=stream ([#4110](https://github.com/mongodb/node-mongodb-native/issues/4110)) ([7a7ec5b](https://github.com/mongodb/node-mongodb-native/commit/7a7ec5b95d0c38b377551c31d03130cd9f1882f6)) + ## [6.6.1](https://github.com/mongodb/node-mongodb-native/compare/v6.6.0...v6.6.1) (2024-05-06) diff --git a/package-lock.json b/package-lock.json index 19a7554466..8096f6df15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.6.1", + "version": "6.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.6.1", + "version": "6.6.2", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", diff --git a/package.json b/package.json index a6d9ce3fa1..03693ddd1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.6.1", + "version": "6.6.2", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [