From a5b636f806581dc624a814ded0c889af4d2adaec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:51:41 +0000 Subject: [PATCH] chore(main): release 6.15.0 [skip-ci] --- .release-please-manifest.json | 2 +- HISTORY.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4294fea704d..a3e78badb33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.14.2" + ".": "6.15.0" } diff --git a/HISTORY.md b/HISTORY.md index 0f03131dae4..cebeacae1bd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,18 @@ 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.15.0](https://github.com/mongodb/node-mongodb-native/compare/v6.14.2...v6.15.0) (2025-03-18) + + +### Features + +* **NODE-6141:** allow custom aws sdk config ([#4373](https://github.com/mongodb/node-mongodb-native/issues/4373)) ([3d047ed](https://github.com/mongodb/node-mongodb-native/commit/3d047ed19f6bf5c06e441fdf3a9c90b05ef9c15d)) + + +### Bug Fixes + +* **NODE-6845:** ensure internal rejections are handled ([#4448](https://github.com/mongodb/node-mongodb-native/issues/4448)) ([06e941a](https://github.com/mongodb/node-mongodb-native/commit/06e941a87c5278d0a7baedccc646924bf64ddfb7)) + ## [6.14.2](https://github.com/mongodb/node-mongodb-native/compare/v6.14.1...v6.14.2) (2025-03-04) diff --git a/package-lock.json b/package-lock.json index 8fdb4ad46da..ac615f314f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.14.2", + "version": "6.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.14.2", + "version": "6.15.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index 733c8575ef1..38929670234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.14.2", + "version": "6.15.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [