From 3daa63e6902cfa3729c040e332fe4cf10224caf5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 May 2021 12:37:22 +0000 Subject: [PATCH] chore(release): 4.30.0 [skip ci] # [4.30.0](https://github.com/robertrossmann/vscode-remedy/compare/4.29.0...4.30.0) (2021-05-06) ### Features * adopt colour for ports icons in Remote Development UI ([757c392](https://github.com/robertrossmann/vscode-remedy/commit/757c3928c043c7ebea6afb416aef3361504ad3be)) * adopt colours for keyboard shortcut icons ([1cc0eb4](https://github.com/robertrossmann/vscode-remedy/commit/1cc0eb482ad6fad0fd0812a0585c015dd12af29f)) * adopt experimental colours for Testing UI ([d2dcad0](https://github.com/robertrossmann/vscode-remedy/commit/d2dcad09e520d923d2e248674fb868860c098d66)) * adopt new toolbar action icon colours ([0b353bf](https://github.com/robertrossmann/vscode-remedy/commit/0b353bf81e7aa04c6bd6afd9f97669cc05ea223d)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f894b96..649d4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [4.30.0](https://github.com/robertrossmann/vscode-remedy/compare/4.29.0...4.30.0) (2021-05-06) + + +### Features + +* adopt colour for ports icons in Remote Development UI ([757c392](https://github.com/robertrossmann/vscode-remedy/commit/757c3928c043c7ebea6afb416aef3361504ad3be)) +* adopt colours for keyboard shortcut icons ([1cc0eb4](https://github.com/robertrossmann/vscode-remedy/commit/1cc0eb482ad6fad0fd0812a0585c015dd12af29f)) +* adopt experimental colours for Testing UI ([d2dcad0](https://github.com/robertrossmann/vscode-remedy/commit/d2dcad09e520d923d2e248674fb868860c098d66)) +* adopt new toolbar action icon colours ([0b353bf](https://github.com/robertrossmann/vscode-remedy/commit/0b353bf81e7aa04c6bd6afd9f97669cc05ea223d)) + # [4.29.0](https://github.com/robertrossmann/vscode-remedy/compare/4.28.0...4.29.0) (2021-03-29) diff --git a/package-lock.json b/package-lock.json index 22d5003..4c1064a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remedy", - "version": "4.29.0", + "version": "4.30.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 635f11b..374b057 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remedy", "description": "A dark & bright theme with orange accents with roots in Base16 - Eighties colour theme", - "version": "4.29.0", + "version": "4.30.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"