diff options
-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": { |