Skip to content

Commit

Permalink
Bump up version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed May 15, 2018
1 parent f43b96a commit b7f787b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to "Text Marker (Highlighter)" extension will be documented
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2018-05-15
### Added
- Introduced a configuration to change the default highlight color. [#16](https://github.com/ryu1kn/vscode-text-marker/issues/16)

## [1.0.0] - 2018-05-12
### Added
- Introduced a configuration to use the highlight color on the ruler. [#12](https://github.com/ryu1kn/vscode-text-marker/issues/12)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "text-marker",
"displayName": "Text Marker (Highlighter)",
"description": "Select text in your code and mark all matches. The highlight colour is configurable",
"version": "1.0.0",
"version": "1.1.0",
"publisher": "ryu1kn",
"license": "SEE LICENSE IN LICENSE.txt",
"icon": "images/text-marker.png",
Expand Down

0 comments on commit b7f787b

Please sign in to comment.