diff --git a/HISTORY.md b/HISTORY.md index 702a56b9cb3..34d2c99a50e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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. +## [6.3.1](https://github.com/mongodb/node-mongodb-native/compare/v6.3.0...v6.3.1) (2023-11-29) + + +### Bug Fixes + +* **NODE-5765:** change type for countDocuments ([#3932](https://github.com/mongodb/node-mongodb-native/issues/3932)) ([22cae0f](https://github.com/mongodb/node-mongodb-native/commit/22cae0fbc0ad4043e27210577427870b8ec287f5)) + ## [6.3.0](https://github.com/mongodb/node-mongodb-native/compare/v6.2.0...v6.3.0) (2023-11-15) diff --git a/package-lock.json b/package-lock.json index acd7fdd6fa0..c8c460d09e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.3.0", + "version": "6.3.1", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.0", diff --git a/package.json b/package.json index c0ea6923d34..4f830b6909c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.3.0", + "version": "6.3.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [