From d9daac59b960a5d57f049be326e16a42adffdec4 Mon Sep 17 00:00:00 2001 From: Daria Pardue <81593090+dariakp@users.noreply.github.com> Date: Tue, 5 Oct 2021 15:29:37 -0400 Subject: [PATCH] chore(release): 4.1.3 --- HISTORY.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e360df05c16..9924446ae26 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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.1.3](https://github.com/mongodb/node-mongodb-native/compare/v4.1.2...v4.1.3) (2021-10-05) + + +### Bug Fixes + +* **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)) +* **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)) + ### [4.1.2](https://github.com/mongodb/node-mongodb-native/compare/v4.1.1...v4.1.2) (2021-09-14) diff --git a/package-lock.json b/package-lock.json index 04cf53097c4..faf63d773a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb", - "version": "4.1.2", + "version": "4.1.3", "license": "Apache-2.0", "dependencies": { "bson": "^4.5.2", diff --git a/package.json b/package.json index ebc2641ddef..c5220ad53ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "4.1.2", + "version": "4.1.3", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [