diff --git a/CHANGELOG.md b/CHANGELOG.md index 9451040..9b4aa07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index c86f51c..8a40193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remedy", - "version": "4.6.2", + "version": "4.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff822ce..bbf9944 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.2", + "version": "4.7.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"