From aac2ed9181cb28f4b368567a5ea9f302491a6a45 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Sat, 16 Mar 2019 17:44:02 -0400 Subject: [PATCH] Release 0.2.2 (#27) --- CHANGELOG.md | 2 ++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b4221..d2251c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.2.2 - 2019-03-16 + ### Fixed - Fixed failure when running Githubinator with detached HEAD. Githubinator diff --git a/README.md b/README.md index d0eb822..02bb8dc 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.2 + +- Fixed failure when running Githubinator with detached HEAD + ### 0.2.1 - Remove artifact from logo export diff --git a/package.json b/package.json index 79d8f77..4944aac 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.1", + "version": "0.2.2", "publisher": "chdsbd", "license": "SEE LICENSE IN LICENSE", "icon": "images/logo256.png",