Skip to content

Commit

Permalink
chore(release): 4.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.18.0](4.17.1...4.18.0) (2020-05-29)

### Bug Fixes

* improve contrast among normal vars, constants and unused vars ([7abcf3a](7abcf3a)), closes [#11](#11)
* improve contrast on badges, buttons, notification center ([418692a](418692a))
* make unused code more dimmed ([7007453](7007453)), closes [#11](#11)
* use a darker shadow for dark theme ([523701d](523701d))
* use consistent foreground in status bar during debugging ([a339d16](a339d16))

### Features

* add colour contributions for mtxr.sqltools ([6e00bf9](6e00bf9))
  • Loading branch information
semantic-release-bot committed May 29, 2020
1 parent 518b725 commit 8c3c125
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [4.18.0](https://github.com/robertrossmann/vscode-remedy/compare/4.17.1...4.18.0) (2020-05-29)


### Bug Fixes

* improve contrast among normal vars, constants and unused vars ([7abcf3a](https://github.com/robertrossmann/vscode-remedy/commit/7abcf3a38a5dd389691938893af4701320fc40cc)), closes [#11](https://github.com/robertrossmann/vscode-remedy/issues/11)
* improve contrast on badges, buttons, notification center ([418692a](https://github.com/robertrossmann/vscode-remedy/commit/418692aea583be31e71cad224f8dbb1cc243f00f))
* make unused code more dimmed ([7007453](https://github.com/robertrossmann/vscode-remedy/commit/700745338c5041fefda0dcfbbd1abcd50f22d0fc)), closes [#11](https://github.com/robertrossmann/vscode-remedy/issues/11)
* use a darker shadow for dark theme ([523701d](https://github.com/robertrossmann/vscode-remedy/commit/523701d01ebce10b614e9e4c66fdd443699c377e))
* use consistent foreground in status bar during debugging ([a339d16](https://github.com/robertrossmann/vscode-remedy/commit/a339d16b6062b314ea6faa53731a759d59c9ce83))


### Features

* add colour contributions for mtxr.sqltools ([6e00bf9](https://github.com/robertrossmann/vscode-remedy/commit/6e00bf9237af38d4615aa65eaa5baa43c1bab884))

## [4.17.1](https://github.com/robertrossmann/vscode-remedy/compare/4.17.0...4.17.1) (2020-05-28)


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 & bright theme with orange accents with roots in Base16 - Eighties colour theme",
"version": "4.17.1",
"version": "4.18.0",
"author": "Robert Rossmann <[email protected]>",
"bugs": {
"url": "https://github.com/robertrossmann/vscode-remedy/issues"
Expand Down

0 comments on commit 8c3c125

Please sign in to comment.