Skip to content

Commit ede8357

Browse files
chore(main): release 6.8.0 [skip-ci] (#689)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent de780bc commit ede8357

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

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

HISTORY.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.8.0](https://github.com/mongodb/js-bson/compare/v6.7.0...v6.8.0) (2024-06-27)
6+
7+
8+
### Features
9+
10+
* **NODE-6156:** add signature to github releases ([#692](https://github.com/mongodb/js-bson/issues/692)) ([f0fbe91](https://github.com/mongodb/js-bson/commit/f0fbe9159b6df9b2af58e029ee57fdb4b71de0c3))
11+
12+
13+
### Performance Improvements
14+
15+
* **NODE-6126:** improve Long.fromBigInt performance ([#681](https://github.com/mongodb/js-bson/issues/681)) ([63eafcb](https://github.com/mongodb/js-bson/commit/63eafcba392956674ebfecc6d8df6ff1719839ed))
16+
517
## [6.7.0](https://github.com/mongodb/js-bson/compare/v6.6.0...v6.7.0) (2024-05-01)
618

719

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

0 commit comments

Comments
 (0)