diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbf7de..53e09cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.28.0](https://github.com/robertrossmann/vscode-remedy/compare/4.27.0...4.28.0) (2021-03-10) + + +### Features + +* adopt colours for error-like status bar items ([6ca6a95](https://github.com/robertrossmann/vscode-remedy/commit/6ca6a95aa8db92fe1a267e4505898908530b36a3)) + # [4.27.0](https://github.com/robertrossmann/vscode-remedy/compare/4.26.1...4.27.0) (2021-03-05) diff --git a/package-lock.json b/package-lock.json index f88493f..6d03a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "remedy", - "version": "4.27.0", + "version": "4.28.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 598a215..da1bea7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remedy", "description": "A dark & bright theme with orange accents with roots in Base16 - Eighties colour theme", - "version": "4.27.0", + "version": "4.28.0", "author": "Robert Rossmann ", "bugs": { "url": "https://github.com/robertrossmann/vscode-remedy/issues"