From d7c282d24d0118ecbe72b68490f6d0aaedad8ca9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 14:21:16 +0000 Subject: [PATCH] chore(main): release 6.10.4 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdac2a28e..b4acf1e93 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.3" + ".": "6.10.4" } diff --git a/HISTORY.md b/HISTORY.md index 962257b24..ec2f89b7a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,14 @@ 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-04-28) + + +### 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 76fc203d8..8da4c5c43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.10.3", + "version": "6.10.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.10.3", + "version": "6.10.4", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 01023111c..21ac56275 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.10.3", + "version": "6.10.4", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"