Skip to content

Commit c70c359

Browse files
committed
refs #15 Bump up version to v0.5.0
1 parent 99c59d5 commit c70c359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
### X.X.X: X November 2017
2+
### 0.5.0: 12 November 2017
33

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

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.4.1",
5+
"version": "0.5.0",
66
"publisher": "ryu1kn",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/partial-diff_128x128.png",

0 commit comments

Comments
 (0)