Skip to content

Commit 306b607

Browse files
chore(main): release 6.10.2 [skip-ci] (#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf5b66e commit 306b607

File tree

4 files changed

+11
-4
lines changed

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.10.1"
2+
".": "6.10.2"
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.10.2](https://github.com/mongodb/js-bson/compare/v6.10.1...v6.10.2) (2025-01-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-6608:** calculateObjectSize returns the wrong value for bigint ([#742](https://github.com/mongodb/js-bson/issues/742)) ([1fed073](https://github.com/mongodb/js-bson/commit/1fed073464f89b33fc82b0f36c3f3674af106dce))
11+
512
## [6.10.1](https://github.com/mongodb/js-bson/compare/v6.10.0...v6.10.1) (2024-11-27)
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.10.1",
17+
"version": "6.10.2",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"

0 commit comments

Comments
 (0)