diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-03-01 22:41:02 -0500 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-03-01 22:41:02 -0500 |
commit | db2bde1d1ba9a32e6bd7b7dc81ec06bb695ebf17 (patch) | |
tree | e8c8192102df7b3b02edae2f2dbe25de0b0d54cc | |
parent | e99fad57bc7a3a85a64cf98b483babe607f5ada1 (diff) |
Increment version to 1.1.0
-rw-r--r-- | CHANGELOG.md | 17 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 15 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2804e2..4d94f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,21 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] ### Added -- Pocillo Dark (initial release) -- Arc Light (initial release) -- Communitheme (initial release) + +* [Arc Light] Early development +* [Flat-Plat] Early development +* [Pocillo Dark] Early development + +## v1.1.0 + +### Added + +* [Yaru] Initial release +* [Yaru Dark] Initial release ### Changed -- [Arc Dark] Explicitely set text input border color + +* [Arc Dark] Refreshed theme with improved theme API coverage and more vibrant syntax colors ## v1.0.0 diff --git a/package.json b/package.json index 4ed07f2..9d28320 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "linux-themes", "displayName": "Linux Themes for VS Code", "description": "Color themes designed to match the popular Ubuntu themes.", - "version": "1.0.1", - "publisher": "SolarLiner", + "version": "1.1.0", + "publisher": "rdnlsmith", "icon": "icon.png", "license": "GPL-3.0", "scripts": { |