diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 601e9be..8ace915 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.1" + ".": "6.1.0" } diff --git a/HISTORY.md b/HISTORY.md index 0ddb250..3360913 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.1.0](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.0.1...v6.1.0) (2024-06-27) + + +### Features + +* **NODE-6158:** add signature to github releases ([#37](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/37)) ([0e007f5](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/0e007f5d4f776fc80d037c58931c083423dc0291)) + ## [6.0.1](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.0.0...v6.0.1) (2023-10-18) diff --git a/package-lock.json b/package-lock.json index 323dc17..1ffd501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-legacy", - "version": "6.0.1", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-legacy", - "version": "6.0.1", + "version": "6.1.0", "license": "Apache-2.0", "dependencies": { "mongodb": "^6.0.0" diff --git a/package.json b/package.json index 5c46ce2..93ab756 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongodb-legacy", "description": "The legacy MongoDB driver with callback support for Node.js", - "version": "6.0.1", + "version": "6.1.0", "files": [ "src", "mongodb-legacy.d.ts"