Skip to content

Commit cb7b8ed

Browse files
committed
chore(release): 4.1.1
1 parent 3cafc09 commit cb7b8ed

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Diff for: HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.1](https://github.com/mongodb/node-mongodb-native/compare/v4.1.0...v4.1.1) (2021-08-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-3454:** projection types are too narrow ([#2924](https://github.com/mongodb/node-mongodb-native/issues/2924)) ([48d6da9](https://github.com/mongodb/node-mongodb-native/commit/48d6da99b7990b03df5043a879db3dece5615ad8))
11+
* **NODE-3468:** remove generic overrides from find ([#2935](https://github.com/mongodb/node-mongodb-native/issues/2935)) ([74bd7bd](https://github.com/mongodb/node-mongodb-native/commit/74bd7bdd7a9d02c81cafec1237cb477192778cd8))
12+
* **NODE-3511:** deprecate fullResponse and remove associated buggy code paths ([#2943](https://github.com/mongodb/node-mongodb-native/issues/2943)) ([dfc39d1](https://github.com/mongodb/node-mongodb-native/commit/dfc39d175b03b6f34568f92ffd0107b829015c7d))
13+
* **NODE-3528:** add support for snappy 7 ([#2939](https://github.com/mongodb/node-mongodb-native/issues/2939)) ([0f7f300](https://github.com/mongodb/node-mongodb-native/commit/0f7f3003b948d230edf1491fab775e7acc29381e))
14+
* **NODE-3546:** revert findOne not found result type to null ([#2945](https://github.com/mongodb/node-mongodb-native/issues/2945)) ([1c576e9](https://github.com/mongodb/node-mongodb-native/commit/1c576e9ff525a177ae886cf51e7b52e2e6a56676))
15+
516
## [4.1.0](https://github.com/mongodb/node-mongodb-native/compare/v4.0.1...v4.1.0) (2021-08-03)
617

718

Diff for: package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [
@@ -77,7 +77,7 @@
7777
"sinon": "^4.3.0",
7878
"sinon-chai": "^3.2.0",
7979
"source-map-support": "^0.5.19",
80-
"standard-version": "^9.3.0",
80+
"standard-version": "^9.3.1",
8181
"through2": "^3.0.1",
8282
"ts-node": "^10.0.0",
8383
"tsd": "^0.17.0",

0 commit comments

Comments
 (0)