Skip to content

Commit 455a5a5

Browse files
committed
new version after clean up
1 parent 4eb2458 commit 455a5a5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## Version 0.1.3
4+
* Clean up [#70](https://github.com/DonJayamanne/gitHistoryVSCode/pull/70)
5+
36
## Version 0.1.2
47
* Underlining file history details link on hover [#48](https://github.com/DonJayamanne/gitHistoryVSCode/issues/48), [#54](https://github.com/DonJayamanne/gitHistoryVSCode/issues/54)
58

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,7 @@ NOTE: The file for which the history is to be viewed, must already be opened.
4949

5050
## Change Log
5151
[View](https://github.com/DonJayamanne/gitHistoryVSCode/blob/master/CHANGELOG.md)
52-
* Fixed styling of file history details [#48](https://github.com/DonJayamanne/gitHistoryVSCode/issues/48), [#54](https://github.com/DonJayamanne/gitHistoryVSCode/issues/54)
53-
* Updated to TypeScript 2.0 [#68](https://github.com/DonJayamanne/gitHistoryVSCode/pull/68)
54-
* Date format was always displayed in en-US [#69](https://github.com/DonJayamanne/gitHistoryVSCode/issues/69)
55-
* Comparing large files would display incorrect information [#56](https://github.com/DonJayamanne/gitHistoryVSCode/issues/56)
56-
* Compilation issue [#60](https://github.com/DonJayamanne/gitHistoryVSCode/issues/60)
52+
* Clean up [#70](https://github.com/DonJayamanne/gitHistoryVSCode/pull/70)
5753

5854
## Source
5955

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "githistory",
33
"displayName": "Git History (git log)",
44
"description": "View git log, file or line History",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"publisher": "donjayamanne",
77
"author": {
88
"name": "Don Jayamanne",

0 commit comments

Comments
 (0)