diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aeda91d8..58ef57e0 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 e44ee4b0..d1bc8b78 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 430bacfa..575dca6e 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 b97fe3bb..ee71150b 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"