Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed Jun 30, 2024
1 parent 8209ca7 commit ff3bd6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ff3bd6d

Please sign in to comment.