We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbde5dd commit 6d6d037Copy full SHA for 6d6d037
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [2.0.8] - 2023-11-09
11
+
12
+### Fixed
13
+- The published 2.0.7 version on VS Code Marketplace included incorrect colours different from master due to an error.
14
15
## [2.0.7] - 2023-11-08
16
17
### Added
package.json
@@ -2,7 +2,7 @@
2
"name": "rubecula",
3
"displayName": "Rubecula",
4
"description": "Hyperminimal theme based on AmCoder Bright.",
5
- "version": "2.0.7",
+ "version": "2.0.8",
6
"publisher": "andreasbackx",
"license": "MIT",
"engines": {
0 commit comments