diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2140a0c..7c8e1690 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.0" + ".": "6.7.1" } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index ae4a9296..dc808d47 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.7.1](https://github.com/mongodb/js-bson/compare/v6.7.0...v6.7.1) (2025-03-06) + + +### Bug Fixes + +* **NODE-6828:** incorrect negative bigint handling ([#773](https://github.com/mongodb/js-bson/issues/773)) ([7ab9f7f](https://github.com/mongodb/js-bson/commit/7ab9f7f157726683695a2972f370545aea05b80f)) + ## [6.7.0](https://github.com/mongodb/js-bson/compare/v6.6.0...v6.7.0) (2024-05-01) diff --git a/package-lock.json b/package-lock.json index e326c3d6..206ded56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.7.0", + "version": "6.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.7.0", + "version": "6.7.1", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 8657cdb7..568651d2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.7.0", + "version": "6.7.1", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"