From ca26e855316c8c3270248607ee724053764e33e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 15:16:58 +0000 Subject: [PATCH] chore(main): release 3.0.2 --- .release-please-manifest.json | 2 +- HISTORY.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 HISTORY.md 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 new file mode 100644 index 0000000..f0e4be2 --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,8 @@ +# Changelog + +## [3.0.2](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.1...v3.0.2) (2024-05-24) + + +### Bug Fixes + +* markdown ([e83540a](https://github.com/mongodb-js/mongodb-connection-string-url/commit/e83540ac13b26ad23ee6314b8f1a5afedb6352fd)) diff --git a/package.json b/package.json index 92ab0bf..d588082 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",