Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](4.32.0...5.0.0) (2021-05-10)

### Features

* add colour customisation for Inline Parameters extension ([e70bbaa](e70bbaa))
* overhaul bright variant 🎨 ([2d41e5f](2d41e5f))
* overhaul the dark variant 🎨 ([5bef5ca](5bef5ca))

### 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.
  • Loading branch information
semantic-release-bot committed May 10, 2021
1 parent 5bef5ca commit 3c3e999
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.32.0",
"version": "5.0.0",
"author": "Robert Rossmann <[email protected]>",
"bugs": {
"url": "https://github.com/robertrossmann/vscode-remedy/issues"
Expand Down

0 comments on commit 3c3e999

Please sign in to comment.