Skip to content

Commit 0203beb

Browse files
chore: revert 6.10 release to try again (#799)
1 parent b021bd8 commit 0203beb

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
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-
".": "6.10.4"
2+
".": "6.10.3"
33
}

HISTORY.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
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-
## [6.10.4](https://github.com/mongodb/js-bson/compare/v6.10.3...v6.10.4) (2025-05-05)
6-
7-
8-
### Bug Fixes
9-
10-
* **NODE-6074:** Removes top-level await in bson with separate node and browser ESM bundles ([#749](https://github.com/mongodb/js-bson/issues/749)) ([4602973](https://github.com/mongodb/js-bson/commit/46029739ace8596beb5c397eae7992b23c5872f4))
11-
* **NODE-6735, NODE-6711:** add BSON vector validation to EJSON stringification, serialization and conversion to native types ([#748](https://github.com/mongodb/js-bson/issues/748)) ([64ff6a2](https://github.com/mongodb/js-bson/commit/64ff6a28643c5d7bb2933d2b82ad82483e8cb2e7))
12-
135
## [6.10.3](https://github.com/mongodb/js-bson/compare/v6.10.2...v6.10.3) (2025-02-19)
146

157

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": "6.10.4",
17+
"version": "6.10.3",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "dbx-node@mongodb.com"

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"pull-request-title-pattern": "chore${scope}: release ${version} [skip-ci]",
3+
"pull-request-title-pattern": "chore${scope}: release ${version}",
44
"pull-request-header": "Please run the release_notes action before releasing to generate release highlights",
55
"packages": {
66
".": {
@@ -13,4 +13,4 @@
1313
"prerelease": false
1414
}
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)