Skip to content

Commit aac2ed9

Browse files
authored
Release 0.2.2 (#27)
1 parent 81e8835 commit aac2ed9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## 0.2.2 - 2019-03-16
11+
1012
### Fixed
1113

1214
- Fixed failure when running Githubinator with detached HEAD. Githubinator

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ With `vsce` installed from NPM (`yarn global add vsce`), clone [this repo](https
6565

6666
## Release Notes
6767

68+
### 0.2.2
69+
70+
- Fixed failure when running Githubinator with detached HEAD
71+
6872
### 0.2.1
6973

7074
- Remove artifact from logo export

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "githubinator",
33
"displayName": "Githubinator",
44
"description": "Quickly open files on Github and other providers. View blame information, copy permalinks and more. See the \"commands\" section of the README for more details.",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"publisher": "chdsbd",
77
"license": "SEE LICENSE IN LICENSE",
88
"icon": "images/logo256.png",

0 commit comments

Comments
 (0)