From 033991b8b5623600761fb1e7eaaab05fb6bd7465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 20:09:15 +0000 Subject: [PATCH] chore(main): release 7.1.0 --- .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 aeda91d84..58ef57e04 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.1.0" } diff --git a/HISTORY.md b/HISTORY.md index e44ee4b0b..d1bc8b781 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. +## [7.1.0](https://github.com/mongodb/js-bson/compare/v7.0.0...v7.1.0) (2025-11-21) + + +### Features + +* **NODE-7316:** export number utils ([#850](https://github.com/mongodb/js-bson/issues/850)) ([a23e788](https://github.com/mongodb/js-bson/commit/a23e788eded5253f7e1295c36e3187363971ab8c)) + ## [7.0.0](https://github.com/mongodb/js-bson/compare/v7.0.0-alpha.2...v7.0.0) (2025-11-05) diff --git a/package-lock.json b/package-lock.json index 430bacfae..575dca6ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "7.0.0", + "version": "7.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "7.0.0", + "version": "7.1.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index b97fe3bb4..ee71150bc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "7.0.0", + "version": "7.1.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"