Skip to content

Commit 55c09c9

Browse files
chore(release): 0.5.0 [skip ci]
1 parent f31be1b commit 55c09c9

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.5.0](https://github.com/keevan/git-link/compare/v0.4.0...v0.5.0) (2022-02-18)
2+
3+
4+
### Features
5+
6+
* support opening files/folders in browser via the context menu ([f31be1b](https://github.com/keevan/git-link/commit/f31be1bf021f3b2d705f9970f18fec333ea2afaf))
7+
18
# [0.4.0](https://github.com/keevan/git-link/compare/v0.3.0...v0.4.0) (2022-02-14)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "git-link",
33
"main": "./lib/git-link",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"description": "Easily get the repository link to the current file, line or a selection",
66
"keywords": [
7-
"azure-devops",
8-
"bitbucket",
9-
"github",
10-
"gitlab",
11-
"git",
12-
"link",
13-
"permalink",
14-
"url",
15-
"copy",
16-
"review",
17-
"commits",
18-
"share",
19-
"atom"
7+
"azure-devops",
8+
"bitbucket",
9+
"github",
10+
"gitlab",
11+
"git",
12+
"link",
13+
"permalink",
14+
"url",
15+
"copy",
16+
"review",
17+
"commits",
18+
"share",
19+
"atom"
2020
],
2121
"repository": "https://github.com/keevan/git-link",
2222
"license": "MIT",

0 commit comments

Comments
 (0)