Skip to content

Commit 131a71a

Browse files
committed
Bump up version to v0.5.1
1 parent ba98e10 commit 131a71a

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
@@ -1,7 +1,11 @@
11

2+
### 0.5.1: 29 November 2017
3+
4+
* Fixed the issue that **Compare with Clipboard** was not working. [#19](https://github.com/ryu1kn/vscode-partial-diff/issues/19)
5+
26
### 0.5.0: 12 November 2017
37

4-
* Support user defined text normalisation rules to reduce the noise in the diff [#15](https://github.com/ryu1kn/vscode-partial-diff/issues/15)
8+
* Support user defined text normalisation rules to reduce the noise in the diff. [#15](https://github.com/ryu1kn/vscode-partial-diff/issues/15)
59

610
### 0.4.1: 28 October 2017
711

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "partial-diff",
33
"displayName": "Partial Diff",
44
"description": "Compare (diff) text selections within a file, across files, or to the clipboard",
5-
"version": "0.5.0",
5+
"version": "0.5.1",
66
"publisher": "ryu1kn",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/partial-diff_128x128.png",

0 commit comments

Comments
 (0)