Skip to content

Commit

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

### Bug Fixes

* add meta.brackets to punctuation scope ([499c8b9](499c8b9))
* use correct colour for C hex constants, straighten some brackets ([3992712](3992712))

### Features

* add theming for new debug-related colour contributions 🎨 ([d3bc557](d3bc557)), closes [microsoft/vscode#94838](microsoft/vscode#94838)
  • Loading branch information
semantic-release-bot committed Apr 15, 2020
1 parent 3992712 commit bf9cc78
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.7.0](https://github.com/robertrossmann/vscode-remedy/compare/4.6.2...4.7.0) (2020-04-15)


### Bug Fixes

* add meta.brackets to punctuation scope ([499c8b9](https://github.com/robertrossmann/vscode-remedy/commit/499c8b9e037cd94e04599e5d0b240d1044a6f6a9))
* use correct colour for C hex constants, straighten some brackets ([3992712](https://github.com/robertrossmann/vscode-remedy/commit/39927125d6b71fd28cd9294f3c5230755e6a528d))


### Features

* add theming for new debug-related colour contributions 🎨 ([d3bc557](https://github.com/robertrossmann/vscode-remedy/commit/d3bc5570c6d3008fb08cedd7b5f0f4a923ca85ee)), closes [microsoft/vscode#94838](https://github.com/microsoft/vscode/issues/94838)

## [4.6.2](https://github.com/robertrossmann/vscode-remedy/compare/4.6.1...4.6.2) (2020-04-09)


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

0 comments on commit bf9cc78

Please sign in to comment.