From 212a2b4cd74a90cf3714f92dae2957775c5cdde9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 19:33:17 +0000 Subject: [PATCH] chore(main): release 7.0.0-alpha.1 --- .release-please-manifest.json | 2 +- HISTORY.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 544b2d45..e5fc86c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0-alpha" + ".": "7.0.0-alpha.1" } diff --git a/HISTORY.md b/HISTORY.md index df836a95..e0fb52e4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,17 @@ 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.0.0-alpha.1](https://github.com/mongodb/js-bson/compare/v7.0.0-alpha...v7.0.0-alpha.1) (2025-10-21) + + +### ⚠ BREAKING CHANGES + +* bump BSON_MAJOR_VERSION to 7 ([#832](https://github.com/mongodb/js-bson/issues/832)) + +### Features + +* bump BSON_MAJOR_VERSION to 7 ([#832](https://github.com/mongodb/js-bson/issues/832)) ([3ada791](https://github.com/mongodb/js-bson/commit/3ada791f4129c33c44b2feb40be415b6b364b35b)) + ## [7.0.0-alpha](https://github.com/mongodb/js-bson/compare/v6.10.4...v7.0.0-alpha) (2025-10-21) diff --git a/package-lock.json b/package-lock.json index 5dca265e..e092cdee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "7.0.0-alpha", + "version": "7.0.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "7.0.0-alpha", + "version": "7.0.0-alpha.1", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 4b0daab1..de540392 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "7.0.0-alpha", + "version": "7.0.0-alpha.1", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"