From 9e5ff08042d261245fd261ce9afc8185247ae58e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 May 2020 11:59:01 +0000 Subject: [PATCH] chore(release): 4.16.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [4.16.0](https://github.com/robertrossmann/vscode-remedy/compare/4.15.0...4.16.0) (2020-05-21) ### Bug Fixes * make the notification toast's border less intrusive ([057b829](https://github.com/robertrossmann/vscode-remedy/commit/057b8290ff201352c2c5d04261466cf87868bc44)) * use contrasting foreground colour for debug button in Status bar ([dfe3161](https://github.com/robertrossmann/vscode-remedy/commit/dfe31616cc25a713b9dee33d7a57f9c2546671fe)) * use contrasting foreground colour for notification center header ([26efd03](https://github.com/robertrossmann/vscode-remedy/commit/26efd03649dfa8822cfcf9dc80a2eb9d243350d2)) ### Features * add new panel-related colour contributions 🎨 ([7a1441d](https://github.com/robertrossmann/vscode-remedy/commit/7a1441d594f5c619b4cf6faac2e568371bd41916)), closes [microsoft/vscode#94041](https://github.com/microsoft/vscode/issues/94041) [microsoft/vscode#94339](https://github.com/microsoft/vscode/issues/94339) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c66903..302d083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [4.16.0](https://github.com/robertrossmann/vscode-remedy/compare/4.15.0...4.16.0) (2020-05-21) + + +### Bug Fixes + +* make the notification toast's border less intrusive ([057b829](https://github.com/robertrossmann/vscode-remedy/commit/057b8290ff201352c2c5d04261466cf87868bc44)) +* use contrasting foreground colour for debug button in Status bar ([dfe3161](https://github.com/robertrossmann/vscode-remedy/commit/dfe31616cc25a713b9dee33d7a57f9c2546671fe)) +* use contrasting foreground colour for notification center header ([26efd03](https://github.com/robertrossmann/vscode-remedy/commit/26efd03649dfa8822cfcf9dc80a2eb9d243350d2)) + + +### Features + +* add new panel-related colour contributions 🎨 ([7a1441d](https://github.com/robertrossmann/vscode-remedy/commit/7a1441d594f5c619b4cf6faac2e568371bd41916)), closes [microsoft/vscode#94041](https://github.com/microsoft/vscode/issues/94041) [microsoft/vscode#94339](https://github.com/microsoft/vscode/issues/94339) + # [4.15.0](https://github.com/robertrossmann/vscode-remedy/compare/4.14.0...4.15.0) (2020-05-20) diff --git a/package-lock.json b/package-lock.json index 0e08bd0..193d8e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remedy", - "version": "4.15.0", + "version": "4.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4f5ecee..ae0b78d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remedy", "description": "A dark theme with orange accents with roots in Base16 - Eighties colour theme", - "version": "4.15.0", + "version": "4.16.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"