From e6cccf69d0e0e09ec271b9fd9e6ea3471de29c39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:00:55 +0000 Subject: [PATCH] chore(5.x): release 5.5.2 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 59668eb2e..b198c2d90 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 13ece4874..5db9eff2b 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-05-24) + + +### 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 89c53e4d3..70fdc2d80 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 6a8323e19..3ffa295ac 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"