Skip to content

Commit 1e705f6

Browse files
committed
chore(release): 4.6.1
1 parent 1d898b6 commit 1e705f6

File tree

4 files changed

+12
-3
lines changed

4 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.6.1](https://github.com/mongodb/js-bson/compare/v4.6.0...v4.6.1) (2022-01-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-3760:** ObjectId.isValid string and byte length match ([#475](https://github.com/mongodb/js-bson/issues/475)) ([187d1c4](https://github.com/mongodb/js-bson/commit/187d1c40f7222fd63dbc55d1535669ff0bfcbce2))
11+
* **NODE-3815:** update Decimal128 constructor validation ([#476](https://github.com/mongodb/js-bson/issues/476)) ([95e8293](https://github.com/mongodb/js-bson/commit/95e8293f95b6fff65a37962b05cebf40f0cb6a41))
12+
* **NODE-3821:** nullish check before using toBSON override function ([#477](https://github.com/mongodb/js-bson/issues/477)) ([1d898b6](https://github.com/mongodb/js-bson/commit/1d898b6cb412138fad5ba1abbde02aa7a462d77d))
13+
514
## [4.6.0](https://github.com/mongodb/js-bson/compare/v4.5.4...v4.6.0) (2021-11-23)
615

716

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"test",
2323
"tools"
2424
],
25-
"version": "4.6.0"
25+
"version": "4.6.1"
2626
}

package-lock.json

+1-1
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
@@ -15,7 +15,7 @@
1515
"bower.json"
1616
],
1717
"types": "bson.d.ts",
18-
"version": "4.6.0",
18+
"version": "4.6.1",
1919
"author": {
2020
"name": "The MongoDB NodeJS Team",
2121
"email": "[email protected]"

0 commit comments

Comments
 (0)