From e2cae9be46950fbd361b9e1b799ea18c050f205c Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Fri, 5 Apr 2019 20:28:03 -0400 Subject: [PATCH] release 0.2.3 (#32) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2251c1..883bc14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 02bb8dc..537cfe3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 4944aac..1d172ff 100644 --- a/package.json +++ b/package.json @@ -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",