Skip to content

Commit c01b0ad

Browse files
committed
chore(release): 4.1.4
1 parent adb2259 commit c01b0ad

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.4](https://github.com./mongodb/node-mongodb-native/compare/v4.1.3...v4.1.4) (2021-11-03)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-3515:** do proper opTime merging in bulk results ([#3012](https://github.com./mongodb/node-mongodb-native/issues/3012)) ([43300c3](https://github.com./mongodb/node-mongodb-native/commit/43300c393a190c00f174bc5be0b3fc6d0906e970))
11+
* **NODE-3668:** compile error with OptionalId on TS 4.5 beta ([#3004](https://github.com./mongodb/node-mongodb-native/issues/3004)) ([ee7f095](https://github.com./mongodb/node-mongodb-native/commit/ee7f095e28aacf07014de8055ce75b16a92a8965))
12+
513
### [4.1.3](https://github.com./mongodb/node-mongodb-native/compare/v4.1.2...v4.1.3) (2021-10-05)
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.3",
3+
"version": "4.1.4",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)