diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4acf1e9..fdac2a28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.4" + ".": "6.10.3" } diff --git a/HISTORY.md b/HISTORY.md index a5969684..962257b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,14 +2,6 @@ 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. -## [6.10.4](https://github.com/mongodb/js-bson/compare/v6.10.3...v6.10.4) (2025-05-05) - - -### Bug Fixes - -* **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)) -* **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)) - ## [6.10.3](https://github.com/mongodb/js-bson/compare/v6.10.2...v6.10.3) (2025-02-19) diff --git a/package-lock.json b/package-lock.json index c16b3df6..b237cd21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.10.4", + "version": "6.10.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.10.4", + "version": "6.10.3", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index c6268abb..fb9c7985 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.10.4", + "version": "6.10.3", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com" diff --git a/release-please-config.json b/release-please-config.json index 2655c66b..245e9374 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "pull-request-title-pattern": "chore${scope}: release ${version} [skip-ci]", + "pull-request-title-pattern": "chore${scope}: release ${version}", "pull-request-header": "Please run the release_notes action before releasing to generate release highlights", "packages": { ".": { @@ -13,4 +13,4 @@ "prerelease": false } } -} +} \ No newline at end of file