From cc83f8482a20a15c743e57989fd53fef69097159 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:31:30 +0000 Subject: [PATCH] chore(main): release 6.9.0 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e85ec109..7c53a1b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.0" + ".": "6.9.0" } diff --git a/HISTORY.md b/HISTORY.md index bfd7ccd9..2b81e718 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,18 @@ 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. +## [6.9.0](https://github.com/mongodb/js-bson/compare/v6.8.0...v6.9.0) (2024-09-16) + + +### Features + +* **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)) + + +### Performance Improvements + +* **NODE-6356:** Improve serialization performance ([#709](https://github.com/mongodb/js-bson/issues/709)) ([61537f5](https://github.com/mongodb/js-bson/commit/61537f54b8e3816e943ca1b7a164327e5d812f57)) + ## [6.8.0](https://github.com/mongodb/js-bson/compare/v6.7.0...v6.8.0) (2024-06-27) diff --git a/package-lock.json b/package-lock.json index b13db866..c30bde48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.8.0", + "version": "6.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.8.0", + "version": "6.9.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index fd1fa890..af07833d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.8.0", + "version": "6.9.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"