Skip to content

Commit

Permalink
chore(5.x): release 5.8.2 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 29, 2023
1 parent f60f1b5 commit 5b60d32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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.

## [5.8.2](https://github.com/mongodb/node-mongodb-native/compare/v5.8.1...v5.8.2) (2023-08-29)


### Bug Fixes

* **NODE-5550:** set AWS region from environment variable for STSClient ([#3851](https://github.com/mongodb/node-mongodb-native/issues/3851)) ([2fab06b](https://github.com/mongodb/node-mongodb-native/commit/2fab06b2bdf019a0924fda24d6a81565350c28d6))
* **NODE-5587:** recursive calls to next cause memory leak ([#3842](https://github.com/mongodb/node-mongodb-native/issues/3842)) ([f60f1b5](https://github.com/mongodb/node-mongodb-native/commit/f60f1b5f12522b32ea34a4db8cf750718f53e8b9))

## [5.8.1](https://github.com/mongodb/node-mongodb-native/compare/v5.8.0...v5.8.1) (2023-08-23)


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

0 comments on commit 5b60d32

Please sign in to comment.