Skip to content

Commit 0c3367b

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 6.1.3
1 parent 7124552 commit 0c3367b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.1.2"
2+
".": "6.1.3"
33
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [6.1.3](https://github.com/npm/hosted-git-info/compare/v6.1.2...v6.1.3) (2024-11-21)
4+
### Bug Fixes
5+
* [`7124552`](https://github.com/npm/hosted-git-info/commit/712455236f29e1be13f405cb67ce4b3a9c240e0c) [#281](https://github.com/npm/hosted-git-info/pull/281) even better regex for host fragment (#281) (@wraithgar)
6+
37
## [6.1.2](https://github.com/npm/hosted-git-info/compare/v6.1.1...v6.1.2) (2024-11-21)
48
### Bug Fixes
59
* [`09061c0`](https://github.com/npm/hosted-git-info/commit/09061c0d8304a27aa356ab91421321b34a4f0bc1) [#276](https://github.com/npm/hosted-git-info/pull/276) break up greedy host fragment parsing regex (#276) (@wraithgar)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hosted-git-info",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
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)