From f9a3b25b5710122399610d3dbc9e1c6cc0025ca6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:26:33 +0000 Subject: [PATCH] chore(main): release 7.0.1 --- .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 aeda91d..9995fe5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/HISTORY.md b/HISTORY.md index 9143c1b..6f1fe3f 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.1](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v7.0.0...v7.0.1) (2026-01-26) + + +### Miscellaneous Chores + +* **deps-dev:** bump js-yaml from 3.14.1 to 3.14.2 ([#109](https://github.com/mongodb-js/mongodb-connection-string-url/issues/109)) ([d6e7654](https://github.com/mongodb-js/mongodb-connection-string-url/commit/d6e7654349030288d4f9350851f59b3c58665804)) + ## [7.0.0](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v4.0.0-alpha...v7.0.0) (2025-11-05) diff --git a/package-lock.json b/package-lock.json index 3bab107..afb60b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-connection-string-url", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-connection-string-url", - "version": "7.0.0", + "version": "7.0.1", "license": "Apache-2.0", "dependencies": { "@types/whatwg-url": "^13.0.0", diff --git a/package.json b/package.json index c91d21e..ac0d35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-connection-string-url", - "version": "7.0.0", + "version": "7.0.1", "description": "MongoDB connection strings, based on the WhatWG URL API", "keywords": [ "password",