From 9f6305c1657a33b03dd3c2c3dfcc788726e62009 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 18:22:34 +0000 Subject: [PATCH] chore(main): release 6.10.4 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdac2a28..b4acf1e9 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 962257b2..060cd387 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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-03) + + +### Bug Fixes + +* **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 76fc203d..8da4c5c4 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 2399e2c7..975de474 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"