Skip to content

Commit

Permalink
chore(main): release 6.1.0 [skip-ci] (#3853)
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 14, 2023
1 parent c6edabb commit e02534e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
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.1.0](https://github.com/mongodb/node-mongodb-native/compare/v6.0.0...v6.1.0) (2023-09-14)


### Features

* **NODE-5634:** bump bson version to ^6.1.0 ([#3866](https://github.com/mongodb/node-mongodb-native/issues/3866)) ([c6edabb](https://github.com/mongodb/node-mongodb-native/commit/c6edabb8fa4c6f8d80b028a96eacd26975460f8a))


### Bug Fixes

* **NODE-5551:** set AWS region from environment variable for STSClient ([#3831](https://github.com/mongodb/node-mongodb-native/issues/3831)) ([e9a5079](https://github.com/mongodb/node-mongodb-native/commit/e9a50793143c53f5f70a720e17cf6683f56f7229))
* **NODE-5588:** recursive calls to next cause memory leak ([#3841](https://github.com/mongodb/node-mongodb-native/issues/3841)) ([9a8fdb2](https://github.com/mongodb/node-mongodb-native/commit/9a8fdb22853a7a84dfa8b8e87a6b5d808ae00b6e))

## [6.0.0](https://github.com/mongodb/node-mongodb-native/compare/v5.7.0...v6.0.0) (2023-08-28)


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
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "6.0.0",
"version": "6.1.0",
"description": "The official MongoDB driver for Node.js",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit e02534e

Please sign in to comment.