From b7f787bbf899b4729d969cac4739da23f92e8524 Mon Sep 17 00:00:00 2001 From: Ryuichi Inagaki Date: Tue, 15 May 2018 18:28:10 +1000 Subject: [PATCH] Bump up version to v1.1.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ef314..63a4b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 694edd4..d6e6f9e 100644 --- a/package.json +++ b/package.json @@ -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",