Skip to content

Commit d57c06d

Browse files
chore(main): release 6.9.0 [skip-ci]
1 parent c08fa56 commit d57c06d

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.8.0"
2+
".": "6.9.0"
33
}

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.0](https://github.com/mongodb/js-bson/compare/v6.8.0...v6.9.0) (2024-10-15)
6+
7+
8+
### Features
9+
10+
* **NODE-6031:** add `t` and `i` to Timestamp ([#704](https://github.com/mongodb/js-bson/issues/704)) ([b766d0f](https://github.com/mongodb/js-bson/commit/b766d0f40ad2e8a58499615f0b2bd669661db518))
11+
12+
13+
### Performance Improvements
14+
15+
* **NODE-6344:** improve ObjectId.isValid(string) performance ([#708](https://github.com/mongodb/js-bson/issues/708)) ([064ba91](https://github.com/mongodb/js-bson/commit/064ba916e5d64aa59a2bce165553e40892687ab4))
16+
* **NODE-6356:** Improve serialization performance ([#709](https://github.com/mongodb/js-bson/issues/709)) ([61537f5](https://github.com/mongodb/js-bson/commit/61537f54b8e3816e943ca1b7a164327e5d812f57))
17+
518
## [6.8.0](https://github.com/mongodb/js-bson/compare/v6.7.0...v6.8.0) (2024-06-27)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "6.8.0",
17+
"version": "6.9.0",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"

0 commit comments

Comments
 (0)