Skip to content

Commit eda0725

Browse files
committed
Bump up version to v1.1.0
1 parent 13ac5a9 commit eda0725

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to "Partial Diff" extension will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2018-04-21
9+
### Added
10+
- Selectively enable text normalisation rules on the extension startup. [#25](https://github.com/ryu1kn/vscode-partial-diff/issues/25)
11+
812
## [1.0.0] - 2018-04-19
913
### Added
1014
- Text normalisation rules can now be toggled off without changing the configuration. [#18](https://github.com/ryu1kn/vscode-partial-diff/issues/18)

package.json

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

0 commit comments

Comments
 (0)