diff --git a/HISTORY.md b/HISTORY.md index 55ea035a50..f155fd3dc2 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.3.1](https://github.com/mongodb/node-mongodb-native/compare/v4.3.0...v4.3.1) (2022-01-18) + + +### Bug Fixes + +* **NODE-3792:** remove offensive language throughout the codebase ([#3091](https://github.com/mongodb/node-mongodb-native/issues/3091)) ([8e2b0cc](https://github.com/mongodb/node-mongodb-native/commit/8e2b0ccc273d18f5d744807b990f80f014ca16f6)) +* **NODE-3852,NODE-3854,NODE-3856:** Misc typescript fixes for 4.3.1 ([#3102](https://github.com/mongodb/node-mongodb-native/issues/3102)) ([dd5195a](https://github.com/mongodb/node-mongodb-native/commit/dd5195a5a6d2ae3ae7817685270ae19c3a7f1b06)) + ## [4.3.0](https://github.com/mongodb/node-mongodb-native/compare/v4.2.2...v4.3.0) (2022-01-06) diff --git a/package-lock.json b/package-lock.json index 42cd180aa1..f0d3d5ae28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb", - "version": "4.3.0", + "version": "4.3.1", "license": "Apache-2.0", "dependencies": { "bson": "^4.6.1", diff --git a/package.json b/package.json index 225b2b831a..811f41d9af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "4.3.0", + "version": "4.3.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [