Skip to content

Commit ff3bd6d

Browse files
committed
Bumped version
1 parent 8209ca7 commit ff3bd6d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to the "gleam-theme" extension will be documented in this fi
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [2024.6.30]
8+
9+
### Fixed
10+
- (VSCode) Improved inlay hint coloring for Gleam Classic ([#7](https://github.com/trag1c/gleam-theme/pull/7), thanks [@yxnan](https://github.com/yxnan)!)
11+
12+
713
## [2024.3.26]
814

915
### Fixed
1016
- (VSCode) Corrected invasive inlay hint coloring ([#6](https://github.com/trag1c/gleam-theme/issues/6))
1117

18+
1219
## [2024.3.24]
1320

1421
### Changed
@@ -61,4 +68,5 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6168
[1.1.0]: https://github.com/trag1c/gleam-theme/compare/1.0.3...1.1.0
6269
[1.2.0]: https://github.com/trag1c/gleam-theme/compare/1.1.0...1.2.0
6370
[2024.3.24]: https://github.com/trag1c/gleam-theme/compare/1.2.0...2024.3.24
64-
[2024.3.26]: https://github.com/trag1c/gleam-theme/compare/2024.3.24...2024.3.26
71+
[2024.3.26]: https://github.com/trag1c/gleam-theme/compare/2024.3.24...2024.3.26
72+
[2024.6.30]: https://github.com/trag1c/gleam-theme/compare/2024.3.26...2024.6.30

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Gleam Theme",
55
"description": "A VSCode color theme based on the one found on Gleam's website",
66
"icon": "assets/lucy.png",
7-
"version": "2024.3.26",
7+
"version": "2024.6.30",
88
"repository": "https://github.com/trag1c/gleam-theme",
99
"engines": {
1010
"vscode": "^1.75.0"

0 commit comments

Comments
 (0)