Skip to content

Commit e5c6028

Browse files
chore(5.x): release 5.5.2 [skip-ci]
1 parent 38c0300 commit e5c6028

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.5.1"
2+
".": "5.5.2"
33
}

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+
## [5.5.2](https://github.com/mongodb/js-bson/compare/v5.5.1...v5.5.2) (2024-05-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-6043:** Binary.toString and Binary.toJSON output with respect to position ([#666](https://github.com/mongodb/js-bson/issues/666)) ([d6b15f8](https://github.com/mongodb/js-bson/commit/d6b15f8d47dd571c2322b865fe5a4bd4cb848a77))
11+
* **NODE-6124:** utf8 validation is insufficiently strict ([#680](https://github.com/mongodb/js-bson/issues/680)) ([6460989](https://github.com/mongodb/js-bson/commit/6460989165dcebf79e4f28982ce25cacc17582ad))
12+
513
## [5.5.1](https://github.com/mongodb/js-bson/compare/v5.5.0...v5.5.1) (2023-09-28)
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
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "5.5.1",
17+
"version": "5.5.2",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "dbx-node@mongodb.com"

0 commit comments

Comments
 (0)