From e0eb961aa844f4f325199069e3c65bbd18a5327c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:06:16 +0000 Subject: [PATCH] chore(main): release 6.10.2 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d8196bd1..f1833467 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.1" + ".": "6.10.2" } diff --git a/HISTORY.md b/HISTORY.md index d75f3176..e81ce514 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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.2](https://github.com/mongodb/js-bson/compare/v6.10.1...v6.10.2) (2025-01-15) + + +### Bug Fixes + +* **NODE-6608:** calculateObjectSize returns the wrong value for bigint ([#742](https://github.com/mongodb/js-bson/issues/742)) ([1fed073](https://github.com/mongodb/js-bson/commit/1fed073464f89b33fc82b0f36c3f3674af106dce)) + ## [6.10.1](https://github.com/mongodb/js-bson/compare/v6.10.0...v6.10.1) (2024-11-27) diff --git a/package-lock.json b/package-lock.json index bb2549c0..c01caa7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.10.1", + "version": "6.10.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.10.1", + "version": "6.10.2", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index cd41027a..455777ff 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.10.1", + "version": "6.10.2", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"