Skip to content

Commit 73e92ce

Browse files
chore(release): 4.12.1
1 parent 9795cdb commit 73e92ce

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.12.1](https://github.com/mongodb/node-mongodb-native/compare/v4.12.0...v4.12.1) (2022-11-23)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-4830:** lazily import aws module ([#3476](https://github.com/mongodb/node-mongodb-native/issues/3476)) ([ff375e9](https://github.com/mongodb/node-mongodb-native/commit/ff375e9cfb84c85b7036a7ef0f87385d3ec126bb))
11+
* **NODE-4831:** check map value is not undefined ([#3477](https://github.com/mongodb/node-mongodb-native/issues/3477)) ([9795cdb](https://github.com/mongodb/node-mongodb-native/commit/9795cdb19f8e652b4dc4badd4fe8e6d1a7b837a6))
12+
513
## [4.12.0](https://github.com/mongodb/node-mongodb-native/compare/v4.11.0...v4.12.0) (2022-11-16)
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.12.0",
3+
"version": "4.12.1",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)