Skip to content

Commit

Permalink
chore(release): 4.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.8.0](4.7.0...4.8.0) (2020-04-17)

### Bug Fixes

* remove those ugly word highlight borders ([8c03efc](8c03efc))
* use better text colours for badges, debugging status bar ([0fd4546](0fd4546))
* use blue highlight for active frame to avoid clash with diffs ([1b6f7fe](1b6f7fe))

### Features

* overhaul search highlights 🎨 ([5aebbbc](5aebbbc))
  • Loading branch information
semantic-release-bot committed Apr 17, 2020
1 parent 5aebbbc commit da5beb9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/robertrossmann/vscode-remedy/issues"
Expand Down

0 comments on commit da5beb9

Please sign in to comment.