diff --git a/.release-please-manifest.json b/.release-please-manifest.json index affd1ab..b5e9157 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0" + ".": "5.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7481a2..a3b3d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.2.0](https://github.com/npm/hosted-git-info/compare/v5.1.0...v5.2.0) (2022-10-26) + +### Features + +* [`c512363`](https://github.com/npm/hosted-git-info/commit/c51236372f5070a01f76db0620b3fbcbe3ceb3c9) [#173](https://github.com/npm/hosted-git-info/pull/173) add parseUrl method for only parsing (@lukekarrys) + ## [5.1.0](https://github.com/npm/hosted-git-info/compare/v5.0.0...v5.1.0) (2022-08-09) diff --git a/package.json b/package.json index 3519499..528d444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosted-git-info", - "version": "5.1.0", + "version": "5.2.0", "description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab", "main": "./lib/index.js", "repository": {