From 52360ddaae3a27ac8e37d11d01b618f881e0737b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:38:44 +0000 Subject: [PATCH] chore: release 5.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 684bdbed..d9176ebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.1" + ".": "5.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bb8355..25e172e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.2.2](https://github.com/npm/hosted-git-info/compare/v5.2.1...v5.2.2) (2024-04-21) + +### Chores + +* [`6bc08d6`](https://github.com/npm/hosted-git-info/commit/6bc08d66ac6891b2f3e7604a00205a9e63866bfb) [#238](https://github.com/npm/hosted-git-info/pull/238) chore: postinstall for dependabot template-oss PR (@lukekarrys) +* [`e7fb828`](https://github.com/npm/hosted-git-info/commit/e7fb8282795090e94a37b76635b6ebec4b1b4e37) [#236](https://github.com/npm/hosted-git-info/pull/236) chore: postinstall for dependabot template-oss PR (@lukekarrys) +* [`c9e70f3`](https://github.com/npm/hosted-git-info/commit/c9e70f384b8703a957788ec490a1255d96f2eb05) [#216](https://github.com/npm/hosted-git-info/pull/216) auto publish (@lukekarrys) +* [`1d8624c`](https://github.com/npm/hosted-git-info/commit/1d8624c4d63325714c0b41666bc35034d33284e0) [#247](https://github.com/npm/hosted-git-info/pull/247) postinstall for dependabot template-oss PR (@lukekarrys) +* [`7eb1e07`](https://github.com/npm/hosted-git-info/commit/7eb1e07379c2c4af82032a47d5ee835595c8ade5) [#247](https://github.com/npm/hosted-git-info/pull/247) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) + ## [5.2.1](https://github.com/npm/hosted-git-info/compare/v5.2.0...v5.2.1) (2022-10-27) ### Bug Fixes diff --git a/package.json b/package.json index f28acbf8..4d0e215d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosted-git-info", - "version": "5.2.1", + "version": "5.2.2", "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", "main": "./lib/index.js", "repository": {