Skip to content

Commit 625bf7e

Browse files
chore(main): release 7.0.0-alpha.1 (#833)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ada791 commit 625bf7e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0-alpha"
2+
".": "7.0.0-alpha.1"
33
}

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [7.0.0-alpha.1](https://github.com/mongodb/js-bson/compare/v7.0.0-alpha...v7.0.0-alpha.1) (2025-10-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* bump BSON_MAJOR_VERSION to 7 ([#832](https://github.com/mongodb/js-bson/issues/832))
11+
12+
### Features
13+
14+
* bump BSON_MAJOR_VERSION to 7 ([#832](https://github.com/mongodb/js-bson/issues/832)) ([3ada791](https://github.com/mongodb/js-bson/commit/3ada791f4129c33c44b2feb40be415b6b364b35b))
15+
516
## [7.0.0-alpha](https://github.com/mongodb/js-bson/compare/v6.10.4...v7.0.0-alpha) (2025-10-21)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "7.0.0-alpha",
17+
"version": "7.0.0-alpha.1",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "dbx-node@mongodb.com"

0 commit comments

Comments
 (0)