diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index dcacb31..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,25 +0,0 @@ -# Change Log - -## [1.0.0] - 2025-05-05 - -### Changes - -- First release. -- GitHub Dark Default UI colors with default VS Code syntax highlighting -- Added theme icon and screenshot - -## [0.0.3] - 2025-05-05 - -- Testing release with minor adjustments - -## [0.0.2] - 2025-05-05 - -### Added - -- Initial release of ComfyDark theme -- GitHub Dark Default UI colors with default VS Code syntax highlighting -- Added theme icon and screenshot - -## [0.0.1] - 2025-05-05 - -- Initial test release diff --git a/package.json b/package.json index b3358c2..b7e5207 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "comfydark", "displayName": "ComfyDark", "description": "VS Code theme using item colors from GitHub Dark Default combined with the default VS Code syntax highlighting colors", - "version": "1.0.8", + "version": "1.0.9", "engines": { "vscode": "^1.99.0" },