diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afd0c3..64ac5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ All notable changes to the "gleam-theme" extension will be documented in this fi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [2024.6.30] + +### Fixed +- (VSCode) Improved inlay hint coloring for Gleam Classic ([#7](https://github.com/trag1c/gleam-theme/pull/7), thanks [@yxnan](https://github.com/yxnan)!) + + ## [2024.3.26] ### Fixed - (VSCode) Corrected invasive inlay hint coloring ([#6](https://github.com/trag1c/gleam-theme/issues/6)) + ## [2024.3.24] ### Changed @@ -61,4 +68,5 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how [1.1.0]: https://github.com/trag1c/gleam-theme/compare/1.0.3...1.1.0 [1.2.0]: https://github.com/trag1c/gleam-theme/compare/1.1.0...1.2.0 [2024.3.24]: https://github.com/trag1c/gleam-theme/compare/1.2.0...2024.3.24 -[2024.3.26]: https://github.com/trag1c/gleam-theme/compare/2024.3.24...2024.3.26 \ No newline at end of file +[2024.3.26]: https://github.com/trag1c/gleam-theme/compare/2024.3.24...2024.3.26 +[2024.6.30]: https://github.com/trag1c/gleam-theme/compare/2024.3.26...2024.6.30 diff --git a/package.json b/package.json index 2485231..bedabef 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Gleam Theme", "description": "A VSCode color theme based on the one found on Gleam's website", "icon": "assets/lucy.png", - "version": "2024.3.26", + "version": "2024.6.30", "repository": "https://github.com/trag1c/gleam-theme", "engines": { "vscode": "^1.75.0"