Skip to content

Commit

Permalink
chore(release): 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 31, 2022
1 parent 72689f4 commit cc87107
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.

### [4.9.1](https://github.com/mongodb/node-mongodb-native/compare/v4.9.0...v4.9.1) (2022-08-31)


### Bug Fixes

* **NODE-4583:** revert nested union type support ([#3383](https://github.com/mongodb/node-mongodb-native/issues/3383)) ([014d0b3](https://github.com/mongodb/node-mongodb-native/commit/014d0b30c26f8aff0cfeda7f51b0431ada5a1190))
* **NODE-4591:** only set loadBalanced on handshake when explicitly set ([#3386](https://github.com/mongodb/node-mongodb-native/issues/3386)) ([861d465](https://github.com/mongodb/node-mongodb-native/commit/861d465e234b4617f7d73d7421d2e0a9fd370c2f))

## [4.9.0](https://github.com/mongodb/node-mongodb-native/compare/v4.8.1...v4.9.0) (2022-08-18)


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

0 comments on commit cc87107

Please sign in to comment.