Skip to content

Commit d9daac5

Browse files
committed
chore(release): 4.1.3
1 parent 7dfe8e8 commit d9daac5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [4.1.3](https://github.com/mongodb/node-mongodb-native/compare/v4.1.2...v4.1.3) (2021-10-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-3609:** correct listDatabases return type ([#2986](https://github.com/mongodb/node-mongodb-native/issues/2986)) ([a8e9938](https://github.com/mongodb/node-mongodb-native/commit/a8e9938abcb00b67816438fb7c9db890e35d63c9))
11+
* **NODE-3624:** Incorrect default aggregation generic type ([#2987](https://github.com/mongodb/node-mongodb-native/issues/2987)) ([440517e](https://github.com/mongodb/node-mongodb-native/commit/440517edb3980135dd9fcdbc9e96b5fec8baa067))
12+
513
### [4.1.2](https://github.com/mongodb/node-mongodb-native/compare/v4.1.1...v4.1.2) (2021-09-14)
614

715

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": "4.1.2",
3+
"version": "4.1.3",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)