Skip to content

Commit 8a3d2fb

Browse files
chore(release): 0.3.0 [skip ci]
1 parent 2635cc8 commit 8a3d2fb

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.3.0](https://github.com/keevan/git-link/compare/v0.2.2...v0.3.0) (2022-02-14)
2+
3+
4+
### Features
5+
6+
* add azure support ([42e6920](https://github.com/keevan/git-link/commit/42e692083418e879a4086aec4bd586c20a224469))
7+
18
## 0.1.0 - First Release
29
* Every feature added
310
* Every bug fixed

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "git-link",
33
"main": "./lib/git-link",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"description": "Easily get a web link to the current file, line or a selection",
66
"keywords": [],
77
"repository": "https://github.com/keevan/git-link",
88
"license": "MIT",
99
"release": {
1010
"extends": "@semantic-release/apm-config",
11-
"branches": ["main"]
11+
"branches": [
12+
"main"
13+
]
1214
},
1315
"engines": {
1416
"atom": ">=1.0.0 <2.0.0"

0 commit comments

Comments
 (0)