Skip to content

Commit e2cae9b

Browse files
authored
release 0.2.3 (#32)
1 parent a870baf commit e2cae9b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## 0.2.3 - 2019-04-04
11+
12+
### Fixed
13+
14+
- Fix ordering of ref lookup to check unpacked refs before looking in packed refs.
15+
1016
## 0.2.2 - 2019-03-16
1117

1218
### Fixed

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.3
69+
70+
- Fix ref lookup to ensure most recent ref is always used.
71+
6872
### 0.2.2
6973

7074
- Fixed failure when running Githubinator with detached HEAD

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.2",
5+
"version": "0.2.3",
66
"publisher": "chdsbd",
77
"license": "SEE LICENSE IN LICENSE",
88
"icon": "images/logo256.png",

0 commit comments

Comments
 (0)