Skip to content

Commit

Permalink
chore(main): release 6.6.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent abf8bdf commit c4b4028
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.0](https://github.com/mongodb/node-mongodb-native/compare/v6.5.0...v6.6.0) (2024-03-20)


### Features

* **NODE-6020:** upgrade BSON to ^6.5.0 ([#4035](https://github.com/mongodb/node-mongodb-native/issues/4035)) ([8ab2055](https://github.com/mongodb/node-mongodb-native/commit/8ab205569436a629f8b7b8bbc7f6cb29a3939864))


### Bug Fixes

* **NODE-5999:** Change TopologyDescription.error type to MongoError ([#4028](https://github.com/mongodb/node-mongodb-native/issues/4028)) ([30432e8](https://github.com/mongodb/node-mongodb-native/commit/30432e8664cb142e999159e5d06ceaaf14f51eb8))
* **NODE-6019:** indexExists always returns false when `full` is set to `true` ([#4034](https://github.com/mongodb/node-mongodb-native/issues/4034)) ([0ebc1ac](https://github.com/mongodb/node-mongodb-native/commit/0ebc1ac099a2ee869d8c1cb1c7632422c4e6a7ba))

## [6.5.0](https://github.com/mongodb/node-mongodb-native/compare/v6.4.0...v6.5.0) (2024-03-11)


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

0 comments on commit c4b4028

Please sign in to comment.