diff --git a/CHANGELOG.md b/CHANGELOG.md index e1386af..9451040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.6.2](https://github.com/robertrossmann/vscode-remedy/compare/4.6.1...4.6.2) (2020-04-09) + + +### Bug Fixes + +* add new list.deemphasizedForeground colour contribution ([766029b](https://github.com/robertrossmann/vscode-remedy/commit/766029bc9562b106857d46adf94cc2ae3b33b30b)) +* treat labels as preprocessor statements ([9c795ae](https://github.com/robertrossmann/vscode-remedy/commit/9c795aef85f505dd53b5ab0f071c6473581a9c5a)) + ## [4.6.1](https://github.com/robertrossmann/vscode-remedy/compare/4.6.0...4.6.1) (2020-04-06) diff --git a/package-lock.json b/package-lock.json index 078629f..c86f51c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remedy", - "version": "4.6.1", + "version": "4.6.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 471d6ea..ff822ce 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.6.1", + "version": "4.6.2", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"