From 3c3e999bc979d17455a28b8a12dd69f7f1121fdc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 May 2021 10:27:26 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [5.0.0](https://github.com/robertrossmann/vscode-remedy/compare/4.32.0...5.0.0) (2021-05-10) ### Features * add colour customisation for Inline Parameters extension ([e70bbaa](https://github.com/robertrossmann/vscode-remedy/commit/e70bbaa67021abf7914510dec77078697d27228e)) * overhaul bright variant 🎨 ([2d41e5f](https://github.com/robertrossmann/vscode-remedy/commit/2d41e5f871fc9e6984e4a46305906d3d91650754)) * overhaul the dark variant 🎨 ([5bef5ca](https://github.com/robertrossmann/vscode-remedy/commit/5bef5caf94db419b168969bfd9f1be998ea22f65)) ### BREAKING CHANGES * The dark variant is now more... playful? It's definitely more brown-ish! The orange accents are also more vibrant, pronounced. Enjoy the spring update! ❤️ * The Bright theme now looks more... bright. The font colours have been tweaked to provide overall better contrast all over the code and UI. Looking at the bright theme should be much more pleasant now. --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3415c5..8492167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [5.0.0](https://github.com/robertrossmann/vscode-remedy/compare/4.32.0...5.0.0) (2021-05-10) + + +### Features + +* add colour customisation for Inline Parameters extension ([e70bbaa](https://github.com/robertrossmann/vscode-remedy/commit/e70bbaa67021abf7914510dec77078697d27228e)) +* overhaul bright variant 🎨 ([2d41e5f](https://github.com/robertrossmann/vscode-remedy/commit/2d41e5f871fc9e6984e4a46305906d3d91650754)) +* overhaul the dark variant 🎨 ([5bef5ca](https://github.com/robertrossmann/vscode-remedy/commit/5bef5caf94db419b168969bfd9f1be998ea22f65)) + + +### BREAKING CHANGES + +* The dark variant is now more... playful? It's definitely more brown-ish! The orange accents are also more vibrant, pronounced. Enjoy the spring update! ❤️ +* The Bright theme now looks more... bright. The font colours have been tweaked to provide overall better contrast all over the code and UI. Looking at the bright theme should be much more pleasant now. + # [4.32.0](https://github.com/robertrossmann/vscode-remedy/compare/4.31.0...4.32.0) (2021-05-07) diff --git a/package-lock.json b/package-lock.json index 292598f..d5d9447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remedy", - "version": "4.32.0", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3e7590..c90edcf 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.32.0", + "version": "5.0.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"