From fbdc7c86b4b610a8be8bac6a222ec53355ec410e Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 5 Aug 2021 12:09:29 -0400 Subject: [PATCH] chore(release): 3.6.11 --- HISTORY.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f9423fd7fc..b8735b3f83 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. +### [3.6.11](https://github.com/mongodb/node-mongodb-native/compare/v3.6.10...v3.6.11) (2021-08-05) + + +### Bug Fixes + +* **NODE-1843:** bulk operations ignoring provided sessions [PORT] ([#2898](https://github.com/mongodb/node-mongodb-native/issues/2898)) ([9244b17](https://github.com/mongodb/node-mongodb-native/commit/9244b1771e538f7b685fd6d4aa83d9da84b20093)) +* **NODE-3199:** unable to bundle driver due to uncaught require ([#2903](https://github.com/mongodb/node-mongodb-native/issues/2903)) ([60efe9d](https://github.com/mongodb/node-mongodb-native/commit/60efe9d0030477da462d326c2e2ddc5fe6c0ffff)) + ### [3.6.10](https://github.com/mongodb/node-mongodb-native/compare/v3.6.9...v3.6.10) (2021-07-06) diff --git a/package-lock.json b/package-lock.json index 0a3a8eaf2d..ea0e498171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.6.10", + "version": "3.6.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 622c1aebbd..de69afbf0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.6.10", + "version": "3.6.11", "description": "The official MongoDB driver for Node.js", "main": "index.js", "files": [