From 1ce5e9efd134218a235bb707a39a66f5b801e851 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:50:48 +0000 Subject: [PATCH] chore(main): release 7.0.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 7fa4012..aeda91d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0-alpha" + ".": "7.0.0" } diff --git a/HISTORY.md b/HISTORY.md index 6350e49..9143c1b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [7.0.0](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v4.0.0-alpha...v7.0.0) (2025-11-05) + + +### Tests + +* **NODE-7284:** add Nodejs 24 in test matrix ([#105](https://github.com/mongodb-js/mongodb-connection-string-url/issues/105)) ([2a3863e](https://github.com/mongodb-js/mongodb-connection-string-url/commit/2a3863eacd003e8f06022a79870ca5876efb2a17)) + ## [4.0.0-alpha](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.3...v4.0.0-alpha) (2025-10-21) diff --git a/package-lock.json b/package-lock.json index 6c4a33d..f476c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-connection-string-url", - "version": "4.0.0-alpha", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-connection-string-url", - "version": "4.0.0-alpha", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@types/whatwg-url": "^13.0.0", diff --git a/package.json b/package.json index 04e7ce0..d71aace 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-connection-string-url", - "version": "4.0.0-alpha", + "version": "7.0.0", "description": "MongoDB connection strings, based on the WhatWG URL API", "keywords": [ "password",