From fdd126db58c85b61fae166cd05bf1c748890c2b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:20:09 +0000 Subject: [PATCH] chore(main): release 6.14.2 [skip-ci] --- .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 9f4c697dfad..4294fea704d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.14.1" + ".": "6.14.2" } diff --git a/HISTORY.md b/HISTORY.md index d796521d3ca..0f03131dae4 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.14.2](https://github.com/mongodb/node-mongodb-native/compare/v6.14.1...v6.14.2) (2025-03-04) + + +### Bug Fixes + +* **NODE-6803:** kms proxy socket creates unhandled rejection ([#4444](https://github.com/mongodb/node-mongodb-native/issues/4444)) ([ed69cf9](https://github.com/mongodb/node-mongodb-native/commit/ed69cf914435ebc96c44b265704571e3d34629ef)) + ## [6.14.1](https://github.com/mongodb/node-mongodb-native/compare/v6.14.0...v6.14.1) (2025-03-03) diff --git a/package-lock.json b/package-lock.json index 5a0fede8dfe..8fdb4ad46da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.14.1", + "version": "6.14.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.14.1", + "version": "6.14.2", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index e9728c9d0ab..733c8575ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.14.1", + "version": "6.14.2", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [