diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c63699c..e85ec109 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.0" + ".": "6.8.0" } diff --git a/HISTORY.md b/HISTORY.md index ae4a9296..bfd7ccd9 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.8.0](https://github.com/mongodb/js-bson/compare/v6.7.0...v6.8.0) (2024-06-27) + + +### Features + +* **NODE-6156:** add signature to github releases ([#692](https://github.com/mongodb/js-bson/issues/692)) ([f0fbe91](https://github.com/mongodb/js-bson/commit/f0fbe9159b6df9b2af58e029ee57fdb4b71de0c3)) + + +### Performance Improvements + +* **NODE-6126:** improve Long.fromBigInt performance ([#681](https://github.com/mongodb/js-bson/issues/681)) ([63eafcb](https://github.com/mongodb/js-bson/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 f29a03e9..b22fcdf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "6.7.0", + "version": "6.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bson", - "version": "6.7.0", + "version": "6.8.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index bcd7dc8e..80ce4ee2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "vendor" ], "types": "bson.d.ts", - "version": "6.7.0", + "version": "6.8.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"