Skip to content

Commit 058d565

Browse files
committed
Bump up version to v0.4.1
1 parent 48c4917 commit 058d565

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
### 0.4.1: 28 October 2017
3+
4+
* Sort text selections by the line/character position. [#16](https://github.com/ryu1kn/vscode-partial-diff/issues/16)
5+
26
### 0.4.0: 26 October 2017
37

48
* Support text selection with multi cursors. [#16](https://github.com/ryu1kn/vscode-partial-diff/issues/16)

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

0 commit comments

Comments
 (0)