Skip to content

Commit

Permalink
release 0.2.3 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdsbd committed Apr 6, 2019
1 parent a870baf commit e2cae9b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.2.3 - 2019-04-04

### Fixed

- Fix ordering of ref lookup to check unpacked refs before looking in packed refs.

## 0.2.2 - 2019-03-16

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ With `vsce` installed from NPM (`yarn global add vsce`), clone [this repo](https

## Release Notes

## 0.2.3

- Fix ref lookup to ensure most recent ref is always used.

### 0.2.2

- Fixed failure when running Githubinator with detached HEAD
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "githubinator",
"displayName": "Githubinator",
"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.",
"version": "0.2.2",
"version": "0.2.3",
"publisher": "chdsbd",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/logo256.png",
Expand Down

0 comments on commit e2cae9b

Please sign in to comment.