From 073e02c5ecce35d5bbb49589bc77bbf7ed921700 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:33:45 +0000 Subject: [PATCH] chore(6.x): release 6.21.0 --- .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 8d9ea6af1f5..a00976fc6f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.20.0" + ".": "6.21.0" } diff --git a/HISTORY.md b/HISTORY.md index e479b80b73f..e2a198ac352 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.21.0](https://github.com/mongodb/node-mongodb-native/compare/v6.20.0...v6.21.0) (2025-11-05) + + +### Features + +* **NODE-7230:** add deprecations of items to be removed in v7 ([#4774](https://github.com/mongodb/node-mongodb-native/issues/4774)) ([5104c0f](https://github.com/mongodb/node-mongodb-native/commit/5104c0fc9a931d778e9741cce8bdbf7f998499fa)) + ## [6.20.0](https://github.com/mongodb/node-mongodb-native/compare/v6.19.0...v6.20.0) (2025-09-17) diff --git a/package-lock.json b/package-lock.json index 00d285e620d..d70037bee40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.20.0", + "version": "6.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.20.0", + "version": "6.21.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.3.0", diff --git a/package.json b/package.json index 700b0a349fb..2b07aea9235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.20.0", + "version": "6.21.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [