From da5beb90e754cd23c7f52d818025b769c78a65d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Apr 2020 14:45:25 +0000 Subject: [PATCH] chore(release): 4.8.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [4.8.0](https://github.com/robertrossmann/vscode-remedy/compare/4.7.0...4.8.0) (2020-04-17) ### Bug Fixes * remove those ugly word highlight borders ([8c03efc](https://github.com/robertrossmann/vscode-remedy/commit/8c03efc4e3cb9f55a1d21178cfbacc3e7222abbb)) * use better text colours for badges, debugging status bar ([0fd4546](https://github.com/robertrossmann/vscode-remedy/commit/0fd454658dee0144b9d6d8966c728221633d13bf)) * use blue highlight for active frame to avoid clash with diffs ([1b6f7fe](https://github.com/robertrossmann/vscode-remedy/commit/1b6f7fe0f8b3047e180570387db2890efd661002)) ### Features * overhaul search highlights 🎨 ([5aebbbc](https://github.com/robertrossmann/vscode-remedy/commit/5aebbbc57cad7983087186bed42a52bfb8e2067c)) --- 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 9b4aa07..a75bbe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [4.8.0](https://github.com/robertrossmann/vscode-remedy/compare/4.7.0...4.8.0) (2020-04-17) + + +### Bug Fixes + +* remove those ugly word highlight borders ([8c03efc](https://github.com/robertrossmann/vscode-remedy/commit/8c03efc4e3cb9f55a1d21178cfbacc3e7222abbb)) +* use better text colours for badges, debugging status bar ([0fd4546](https://github.com/robertrossmann/vscode-remedy/commit/0fd454658dee0144b9d6d8966c728221633d13bf)) +* use blue highlight for active frame to avoid clash with diffs ([1b6f7fe](https://github.com/robertrossmann/vscode-remedy/commit/1b6f7fe0f8b3047e180570387db2890efd661002)) + + +### Features + +* overhaul search highlights 🎨 ([5aebbbc](https://github.com/robertrossmann/vscode-remedy/commit/5aebbbc57cad7983087186bed42a52bfb8e2067c)) + # [4.7.0](https://github.com/robertrossmann/vscode-remedy/compare/4.6.2...4.7.0) (2020-04-15) diff --git a/package-lock.json b/package-lock.json index 8a40193..8c753e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remedy", - "version": "4.7.0", + "version": "4.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bbf9944..1d13503 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.7.0", + "version": "4.8.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"