Skip to content

Commit 901343a

Browse files
chore(v6.4.x): release 6.4.1 [skip-ci] (#767)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a55718 commit 901343a

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

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

HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.4.1](https://github.com/mongodb/js-bson/compare/v6.4.0...v6.4.1) (2025-03-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **NODE-6812:** incorrect negative bigint handling ([#762](https://github.com/mongodb/js-bson/issues/762)) ([ce3e544](https://github.com/mongodb/js-bson/commit/ce3e544177bfd529d4c73b0a48bb033aa3fffd1e))
11+
* **NODE-6818:** flip byte order depending on system endianness ([#766](https://github.com/mongodb/js-bson/issues/766)) ([8a55718](https://github.com/mongodb/js-bson/commit/8a5571824b901abf264fdee0c6d368858127316e))
12+
513
## [6.4.0](https://github.com/mongodb/js-bson/compare/v6.3.0...v6.4.0) (2024-02-29)
614

715

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.4.0",
17+
"version": "6.4.1",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"

0 commit comments

Comments
 (0)