From cb7b8edc18465d56e63494c28441a2ab26fd1c7b Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Tue, 24 Aug 2021 16:40:02 -0400 Subject: [PATCH] chore(release): 4.1.1 --- HISTORY.md | 11 +++++++++++ package-lock.json | 6 +++--- package.json | 4 ++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d415a43b2d..5225ddd524 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,17 @@ 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.1.1](https://github.com/mongodb/node-mongodb-native/compare/v4.1.0...v4.1.1) (2021-08-24) + + +### Bug Fixes + +* **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)) +* **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)) +* **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)) +* **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)) +* **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)) + ## [4.1.0](https://github.com/mongodb/node-mongodb-native/compare/v4.0.1...v4.1.0) (2021-08-03) diff --git a/package-lock.json b/package-lock.json index b45aefc672..332ed1ae62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb", - "version": "4.1.0", + "version": "4.1.1", "license": "Apache-2.0", "dependencies": { "bson": "^4.5.1", @@ -54,7 +54,7 @@ "sinon": "^4.3.0", "sinon-chai": "^3.2.0", "source-map-support": "^0.5.19", - "standard-version": "^9.3.0", + "standard-version": "^9.3.1", "through2": "^3.0.1", "ts-node": "^10.0.0", "tsd": "^0.17.0", diff --git a/package.json b/package.json index 38e5ea0623..1468cf3f72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "4.1.0", + "version": "4.1.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [ @@ -77,7 +77,7 @@ "sinon": "^4.3.0", "sinon-chai": "^3.2.0", "source-map-support": "^0.5.19", - "standard-version": "^9.3.0", + "standard-version": "^9.3.1", "through2": "^3.0.1", "ts-node": "^10.0.0", "tsd": "^0.17.0",