Skip to content

Commit c6d3814

Browse files
github-actions[bot]lukekarrys
authored andcommittedOct 27, 2022
chore: release 5.2.1
1 parent d2db548 commit c6d3814

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.2.0"
2+
".": "5.2.1"
33
}

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.2.1](https://github.com/npm/hosted-git-info/compare/v5.2.0...v5.2.1) (2022-10-27)
4+
5+
### Bug Fixes
6+
7+
* [`d2db548`](https://github.com/npm/hosted-git-info/commit/d2db5488ba372a12b642743cf07f7a88585130b0) [#177](https://github.com/npm/hosted-git-info/pull/177) only correct protocols when called from githost (@lukekarrys)
8+
39
## [5.2.0](https://github.com/npm/hosted-git-info/compare/v5.1.0...v5.2.0) (2022-10-26)
410

511
### Features

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hosted-git-info",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
55
"main": "./lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)
Failed to load comments.