From 0c3366998a579b627f57b4068246ec9a82c7fe91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:33:32 +0000 Subject: [PATCH] chore(v6.5.x): release 6.5.1 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d742a39ba..42cbd44a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.5.0" + ".": "6.5.1" } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 5e9b6b561..48e64f584 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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. +## [6.5.1](https://github.com/mongodb/js-bson/compare/v6.5.0...v6.5.1) (2025-03-06) + + +### Bug Fixes + +* **NODE-6826:** incorrect negative bigint handling ([#772](https://github.com/mongodb/js-bson/issues/772)) ([66af3fe](https://github.com/mongodb/js-bson/commit/66af3fec9920eb3b38027f37c43c78900cb2eaef)) + ## [6.5.0](https://github.com/mongodb/js-bson/compare/v6.4.0...v6.5.0) (2024-03-12) diff --git a/package-lock.json b/package-lock.json index 605828aa0..ab8ad19d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.5.0", + "version": "6.5.1", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 576698cd2..29e640d02 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.5.0", + "version": "6.5.1", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"