diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1833467..fdac2a28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.2" + ".": "6.10.3" } diff --git a/HISTORY.md b/HISTORY.md index 2b475a5a..962257b2 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.10.3](https://github.com/mongodb/js-bson/compare/v6.10.2...v6.10.3) (2025-02-19) + + +### Bug Fixes + +* **NODE-6764:** incorrect negative bigint handling ([#752](https://github.com/mongodb/js-bson/issues/752)) ([b3212b4](https://github.com/mongodb/js-bson/commit/b3212b42672c887ff31d3fab917b54238aa4de7d)) + ## [6.10.2](https://github.com/mongodb/js-bson/compare/v6.10.1...v6.10.2) (2025-01-29) diff --git a/package-lock.json b/package-lock.json index cafb18a9..c37e1732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.10.2", + "version": "6.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.10.2", + "version": "6.10.3", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index dc7ac3c5..ebbf6da4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.10.2", + "version": "6.10.3", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"