From 0c6dbada1512ed1b2f217ceb07d446ce5cbd27b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:17:15 -0600 Subject: [PATCH] chore(6.8): release 6.8.1 [skip-ci] (#4227) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- HISTORY.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e85ec109fd..17a9c5d6ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.0" + ".": "6.8.1" } diff --git a/HISTORY.md b/HISTORY.md index 1ccf5eca7e..9697910306 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. +## [6.8.1](https://github.com/mongodb/node-mongodb-native/compare/v6.8.0...v6.8.1) (2024-09-06) + + +### Bug Fixes + +* **NODE-6355:** respect utf8 validation option when iterating cursors ([#4220](https://github.com/mongodb/node-mongodb-native/issues/4220)) ([886cefb](https://github.com/mongodb/node-mongodb-native/commit/886cefb4197e2747f26eeb680a9d0a779d6d28f1)) +* revert 6.8.1 release ([#4225](https://github.com/mongodb/node-mongodb-native/issues/4225)) ([0a4958d](https://github.com/mongodb/node-mongodb-native/commit/0a4958d6c92f26274b3e6850dd9c68f139799f5d)) + ## [6.8.0](https://github.com/mongodb/node-mongodb-native/compare/v6.7.0...v6.8.0) (2024-06-27) diff --git a/package-lock.json b/package-lock.json index 538973bf4f..99107e1d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.8.0", + "version": "6.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.8.0", + "version": "6.8.1", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", diff --git a/package.json b/package.json index ca5286251f..dff382f908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.8.0", + "version": "6.8.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [