From f1c56182a5d585c0e63b7dbb062d29c8bffb3834 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:06:51 -0400 Subject: [PATCH] chore(6.8): release 6.8.2 [skip-ci] (#4235) 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 17a9c5d6ef..c9a82836b0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.1" + ".": "6.8.2" } diff --git a/HISTORY.md b/HISTORY.md index 9697910306..4225635427 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.8.2](https://github.com/mongodb/node-mongodb-native/compare/v6.8.1...v6.8.2) (2024-09-12) + + +### Bug Fixes + +* **NODE-6367:** enable mixed use of iteration APIs ([#4234](https://github.com/mongodb/node-mongodb-native/issues/4234)) ([d63bf6f](https://github.com/mongodb/node-mongodb-native/commit/d63bf6fae303ec921335c363865e86c912286d6c)) + ## [6.8.1](https://github.com/mongodb/node-mongodb-native/compare/v6.8.0...v6.8.1) (2024-09-06) diff --git a/package-lock.json b/package-lock.json index 99107e1d07..a71d12ad29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.8.1", + "version": "6.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.8.1", + "version": "6.8.2", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", diff --git a/package.json b/package.json index dff382f908..de94397eb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.8.1", + "version": "6.8.2", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [