diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59668eb2..b198c2d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.1" + ".": "5.5.2" } diff --git a/HISTORY.md b/HISTORY.md index 13ece487..4b125e2b 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. +## [5.5.2](https://github.com/mongodb/js-bson/compare/v5.5.1...v5.5.2) (2024-06-12) + + +### Bug Fixes + +* **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)) +* **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)) + ## [5.5.1](https://github.com/mongodb/js-bson/compare/v5.5.0...v5.5.1) (2023-09-28) diff --git a/package-lock.json b/package-lock.json index 89c53e4d..70fdc2d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "5.5.1", + "version": "5.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "5.5.1", + "version": "5.5.2", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 6a8323e1..3ffa295a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "5.5.1", + "version": "5.5.2", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"