From 50d7d80622d5ce545e77d841fb1ec5c4dcbee784 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:06:16 +0000 Subject: [PATCH] chore(main): release 6.10.0 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c53a1b7c..a83e347fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.9.0" + ".": "6.10.0" } diff --git a/HISTORY.md b/HISTORY.md index f83b3cc34..261dedb14 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,18 @@ 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.0](https://github.com/mongodb/js-bson/compare/v6.9.0...v6.10.0) (2024-11-18) + + +### Features + +* **NODE-6537:** add support for binary vectors ([#730](https://github.com/mongodb/js-bson/issues/730)) ([d7bdcec](https://github.com/mongodb/js-bson/commit/d7bdcec04349af697ead5655d14c4494f307b6a1)) + + +### Bug Fixes + +* **NODE-6536:** Binary.read never returns number[] and reads beyond content ([#727](https://github.com/mongodb/js-bson/issues/727)) ([f99fdfd](https://github.com/mongodb/js-bson/commit/f99fdfdb088ebfef115a9740ac4aed65fabf8a2a)) + ## [6.9.0](https://github.com/mongodb/js-bson/compare/v6.8.0...v6.9.0) (2024-10-15) diff --git a/package-lock.json b/package-lock.json index 51bce34e9..c65cd3ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.9.0", + "version": "6.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.9.0", + "version": "6.10.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index ab97117f4..b6e79e467 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.9.0", + "version": "6.10.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"