Skip to content

Commit 219ea5c

Browse files
chore(v6.9.x): release 6.9.1 [skip-ci] (#784)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b13d730 commit 219ea5c

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.9.0"
2+
".": "6.9.1"
33
}

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [6.9.1](https://github.com/mongodb/js-bson/compare/v6.9.0...v6.9.1) (2025-03-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-6830:** incorrect negative bigint handling ([#752](https://github.com/mongodb/js-bson/issues/752)) ([#776](https://github.com/mongodb/js-bson/issues/776)) ([b13d730](https://github.com/mongodb/js-bson/commit/b13d7308227a74307636d0c68dfba408d2408759))
11+
512
## [6.9.0](https://github.com/mongodb/js-bson/compare/v6.8.0...v6.9.0) (2024-10-15)
613

714

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "6.9.0",
17+
"version": "6.9.1",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "dbx-node@mongodb.com"

0 commit comments

Comments
 (0)