From bdf2a04ec9bbe8f58185aad4ab573398e26cf5e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 15:12:51 +0000 Subject: [PATCH] chore(main): release 6.7.1 [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 5c63699c..4ba8dc5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.0" + ".": "6.7.1" } diff --git a/HISTORY.md b/HISTORY.md index ae4a9296..f2031c3f 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.7.1](https://github.com/aditi-khare-mongoDB/js-bson-fork-for-testing-only/compare/v6.7.0...v6.7.1) (2024-05-08) + + +### Performance Improvements + +* **NODE-6126:** improve Long.fromBigInt performance ([#681](https://github.com/aditi-khare-mongoDB/js-bson-fork-for-testing-only/issues/681)) ([63eafcb](https://github.com/aditi-khare-mongoDB/js-bson-fork-for-testing-only/commit/63eafcba392956674ebfecc6d8df6ff1719839ed)) + ## [6.7.0](https://github.com/mongodb/js-bson/compare/v6.6.0...v6.7.0) (2024-05-01) diff --git a/package-lock.json b/package-lock.json index e326c3d6..206ded56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.7.0", + "version": "6.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.7.0", + "version": "6.7.1", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 8657cdb7..568651d2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.7.0", + "version": "6.7.1", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"