From 26549d94c50c550d5fcdd08ec12da000b81a5074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:09:33 -0500 Subject: [PATCH] chore(main): release 6.10.1 [skip-ci] (#734) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 a83e347f..d8196bd1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.0" + ".": "6.10.1" } diff --git a/HISTORY.md b/HISTORY.md index 261dedb1..d75f3176 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.10.1](https://github.com/mongodb/js-bson/compare/v6.10.0...v6.10.1) (2024-11-27) + + +### Bug Fixes + +* **NODE-6552:** remove cache and use toStringTag in type helpers ([#740](https://github.com/mongodb/js-bson/issues/740)) ([3ede13e](https://github.com/mongodb/js-bson/commit/3ede13e4ff551785af3d459d62c854605fe8b154)) + + +### Performance Improvements + +* **NODE-6450:** Lazy objectId hex string cache ([#722](https://github.com/mongodb/js-bson/issues/722)) ([7c37580](https://github.com/mongodb/js-bson/commit/7c37580c139608d7926d464efa2bb318877104ba)) + ## [6.10.0](https://github.com/mongodb/js-bson/compare/v6.9.0...v6.10.0) (2024-11-18) diff --git a/package-lock.json b/package-lock.json index 3035c80d..bb2549c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.10.0", + "version": "6.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.10.0", + "version": "6.10.1", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index b612c7c2..cd41027a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.10.0", + "version": "6.10.1", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"