From 26e2c12671f39743abc8a6ba884b8d89b41ca0c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:11:01 -0500 Subject: [PATCH] chore(main): release 3.0.2 (#38) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f5405..e28eff5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } diff --git a/HISTORY.md b/HISTORY.md index 4e1acbb..2f973dd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.0.2](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.1...v3.0.2) (2025-01-14) + + +### Bug Fixes + +* markdown ([e83540a](https://github.com/mongodb-js/mongodb-connection-string-url/commit/e83540ac13b26ad23ee6314b8f1a5afedb6352fd)) + ## [3.0.1](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.1...v3.0.0) (2024-05-10) * Nothing was changed in this release diff --git a/package.json b/package.json index c68b1f5..0158536 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-connection-string-url", - "version": "3.0.1", + "version": "3.0.2", "description": "MongoDB connection strings, based on the WhatWG URL API", "keywords": [ "password",