Skip to content

Commit 2d5aa25

Browse files
committed
chore(release): 2.8.1
1 parent 5d4a8d7 commit 2d5aa25

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.8.1"></a>
6+
## [2.8.1](https://github.com/npm/hosted-git-info/compare/v2.8.0...v2.8.1) (2019-08-05)
7+
8+
9+
### Bug Fixes
10+
11+
* ignore noCommittish on tarball url generation ([5d4a8d7](https://github.com/npm/hosted-git-info/commit/5d4a8d7))
12+
* use gist tarball url that works for anonymous gists ([1692435](https://github.com/npm/hosted-git-info/commit/1692435))
13+
14+
15+
516
<a name="2.8.0"></a>
617
# [2.8.0](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.0) (2019-08-05)
718

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hosted-git-info",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)