Skip to content

Commit 5d2cc4a

Browse files
committed
chore(release): 2.6.0
1 parent eba1f7b commit 5d2cc4a

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="2.6.0"></a>
6+
# [2.6.0](https://github.com/npm/hosted-git-info/compare/v2.5.0...v2.6.0) (2018-03-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **compat:** remove Object.assign fallback ([#25](https://github.com/npm/hosted-git-info/issues/25)) ([627ab55](https://github.com/npm/hosted-git-info/commit/627ab55))
12+
* **git-host:** fix forgotten extend() ([eba1f7b](https://github.com/npm/hosted-git-info/commit/eba1f7b))
13+
14+
15+
### Features
16+
17+
* **browse:** fragment support for browse() ([#28](https://github.com/npm/hosted-git-info/issues/28)) ([cd5e5bb](https://github.com/npm/hosted-git-info/commit/cd5e5bb))

Diff for: package-lock.json

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

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hosted-git-info",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
55
"main": "index.js",
66
"repository": {
@@ -28,7 +28,6 @@
2828
"pretest": "standard",
2929
"release": "standard-version -s",
3030
"test": "tap -J --nyc-arg=--all --coverage test"
31-
3231
},
3332
"devDependencies": {
3433
"standard": "^9.0.2",

0 commit comments

Comments
 (0)