diff --git a/CHANGELOG.md b/CHANGELOG.md index e046605..c234e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.0.8] - 2026-04-25 + +### Fixed + +- [Issue 31](https://github.com/fexend/fexend-theme/issues/31) - Fixed invisible input validation messages (error/warning/info) in the file explorer across all 6 theme variants by using dark tinted backgrounds with contrasting light foregrounds + ## [1.0.7] - 2026-03-29 ### Fixed diff --git a/package.json b/package.json index df43364..5e5b992 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fexend-theme", "displayName": "Fexend Theme", "description": "A dark, vibrant Visual Studio Code theme inspired by Tailwind CSS and the Shades of Purple theme", - "version": "1.0.7", + "version": "1.0.8", "publisher": "Fexend", "engines": { "vscode": "^1.100.0"