Skip to content

Commit

Permalink
chore(6.8): release 6.8.1 [skip-ci] (#4227)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 6, 2024
1 parent 0a4958d commit 0c6dbad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.8.0"
".": "6.8.1"
}
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 0c6dbad

Please sign in to comment.