Skip to content

Commit 60f4232

Browse files
committed
chore(release): 5.0.1
1 parent 2d178d0 commit 60f4232

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [5.0.1](https://github.com/mongodb/node-mongodb-native/compare/v5.0.0...v5.0.1) (2023-02-07)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-5027:** revert "ensure that MessageStream is destroyed when connections are destroyed" ([#3552](https://github.com/mongodb/node-mongodb-native/issues/3552)) ([2d178d0](https://github.com/mongodb/node-mongodb-native/commit/2d178d072ddc95740ccea35088312fa57cf6c0b2))
11+
512
## [5.0.0](https://github.com/mongodb/node-mongodb-native/compare/v5.0.0-alpha.0...v5.0.0) (2023-01-31)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)