Skip to content

Commit 6c3ac96

Browse files
committed
chore(release): 4.8.1
1 parent 66ea88f commit 6c3ac96

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.8.1](https://github.com/mongodb/node-mongodb-native/compare/v4.8.0...v4.8.1) (2022-07-26)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-4423:** better type support for nested objects in query & update ([#3328](https://github.com/mongodb/node-mongodb-native/issues/3328)) ([05e007b](https://github.com/mongodb/node-mongodb-native/commit/05e007b0b5ff98151c3ff972ee2f881b4203639e))
11+
* **NODE-4425:** webpack optional import of FLE issue ([#3324](https://github.com/mongodb/node-mongodb-native/issues/3324)) ([5ab2b05](https://github.com/mongodb/node-mongodb-native/commit/5ab2b0517216b6675bed38824448fd9d598fd096))
12+
* **NODE-4444:** use Node.js clear timers ([#3327](https://github.com/mongodb/node-mongodb-native/issues/3327)) ([c5cfe21](https://github.com/mongodb/node-mongodb-native/commit/c5cfe214ac320386033effc1b62967efa0eabf46))
13+
514
## [4.8.0](https://github.com/mongodb/node-mongodb-native/compare/v4.7.0...v4.8.0) (2022-07-13)
615

716

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

0 commit comments

Comments
 (0)