Skip to content

Commit b46e280

Browse files
committed
1.8.1 - Fix incorrect file name in imports waderyan#9
1 parent 1e536f2 commit b46e280

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.8.0 (May 01, 2017)
44

5+
* Bug: Fix incorrect file name in imports [#9](https://github.com/Sertion/vscode-gitblame/issues/9) (Thanks to [@pftbest](https://github.com/pftbest))
6+
7+
## 1.8.0 (May 01, 2017)
8+
59
* Feature: Customizable status bar message format [#5](https://github.com/Sertion/vscode-gitblame/issues/5)
610
* Feature: Customizable `infoMessage` format
711
* Enhancement: Updating installation instructions
@@ -52,5 +56,5 @@
5256

5357
## 1.1.0 (May 20, 2016)
5458

55-
* Reduced text size which was causing the blame info not to show.
59+
* Reduced text size which was causing the blame info not to show.
5660
* Merged in [PR](https://github.com/waderyan/vscode-gitblame/pull/5) (credit to [@fogzot](https://github.com/fogzot)) that searches for .git in parent dirs.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitblame",
33
"displayName": "Git Blame",
44
"description": "See git blame information in the status bar.",
5-
"version": "1.8.0",
5+
"version": "1.8.1",
66
"publisher": "waderyan",
77
"engines": {
88
"vscode": "^1.10.0"

0 commit comments

Comments
 (0)