From 5f3a37ace8c36c003d7bdbdd627b8249fdcb34ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:17:14 +0000 Subject: [PATCH] chore(main): release 6.0.1 [skip-ci] --- 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"