Skip to content

Commit

Permalink
chore(main): release 6.7.0 [skip-ci] (#4118)
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 May 29, 2024
1 parent 2ba8434 commit f56938f
Show file tree
Hide file tree
Showing 4 changed files with 16 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.6.2"
".": "6.7.0"
}
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.7.0](https://github.com/mongodb/node-mongodb-native/compare/v6.6.2...v6.7.0) (2024-05-29)


### Features

* **NODE-5464:** OIDC machine and callback workflow ([#3912](https://github.com/mongodb/node-mongodb-native/issues/3912)) ([2ba8434](https://github.com/mongodb/node-mongodb-native/commit/2ba8434d10aa02ddf281482cc02ef168c1b2965c))


### Bug Fixes

* **NODE-6165:** useBigInt64 causes compareTopologyVersion to throw ([#4109](https://github.com/mongodb/node-mongodb-native/issues/4109)) ([21b729b](https://github.com/mongodb/node-mongodb-native/commit/21b729b983e2ddbe1dd9cff31f996825a45ec4e0))

## [6.6.2](https://github.com/mongodb/node-mongodb-native/compare/v6.6.1...v6.6.2) (2024-05-15)


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.6.2",
"version": "6.7.0",
"description": "The official MongoDB driver for Node.js",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit f56938f

Please sign in to comment.