From dfe88928673f687575025c134322ad90adf592e6 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Thu, 12 Oct 2023 18:01:14 +0200 Subject: [PATCH 1/2] fix(NODE-5593): add repository field (#28) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 77292ba..94fc6a2 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "src", "mongodb-legacy.d.ts" ], + "repository": { + "type": "git", + "url": "git@github.com:mongodb-js/nodejs-mongodb-legacy.git" + }, "main": "src/index.js", "types": "mongodb-legacy.d.ts", "engines": { From a7ea096c479975484ea934d57479594837b65ac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:36:53 +0200 Subject: [PATCH 2/2] chore(main): release 6.0.1 [skip-ci] (#29) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 15ac8fa..0ddb250 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.0.1](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v6.0.0...v6.0.1) (2023-10-18) + + +### Bug Fixes + +* **NODE-5593:** add repository field ([#28](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/28)) ([dfe8892](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/dfe88928673f687575025c134322ad90adf592e6)) + ## [6.0.0](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v5.0.0...v6.0.0) (2023-08-28) diff --git a/package-lock.json b/package-lock.json index 3588806..6bfd1a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-legacy", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-legacy", - "version": "6.0.0", + "version": "6.0.1", "license": "Apache-2.0", "dependencies": { "mongodb": "^6.0.0" diff --git a/package.json b/package.json index 94fc6a2..a3ee423 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.0", + "version": "6.0.1", "files": [ "src", "mongodb-legacy.d.ts"