Skip to content

Commit 63eb301

Browse files
committed
chore(release): 4.4.1
1 parent aaa453d commit 63eb301

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

HISTORY.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.4.1](https://github.com/mongodb/node-mongodb-native/compare/v4.4.0...v4.4.1) (2022-03-03)
6+
7+
8+
### Features
9+
10+
* **NODE-3866:** Add let option to ReplaceOptions for replaceOne operation ([#3148](https://github.com/mongodb/node-mongodb-native/issues/3148)) ([f76635a](https://github.com/mongodb/node-mongodb-native/commit/f76635a0b5f268cb52a37afe050a8574630622c0))
11+
12+
13+
### Bug Fixes
14+
15+
* **NODE-3521:** update session support checks ([#3151](https://github.com/mongodb/node-mongodb-native/issues/3151)) ([aaa453d](https://github.com/mongodb/node-mongodb-native/commit/aaa453d6e35be887d12cba8260780dd2c7fb39e0))
16+
* **NODE-3948:** Add error code to MongoSystemError ([#3149](https://github.com/mongodb/node-mongodb-native/issues/3149)) ([446da95](https://github.com/mongodb/node-mongodb-native/commit/446da952db3e20d859a42b08481ac88b0e8e0f08))
17+
518
## [4.4.0](https://github.com/mongodb/node-mongodb-native/compare/v4.3.1...v4.4.0) (2022-02-17)
619

720

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

0 commit comments

Comments
 (0)