Skip to content

Commit 8db454e

Browse files
committed
v1.1.2
1 parent 6e59aea commit 8db454e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
66

77
## [unreleased]
88

9+
## [v1.1.2] - 05 August 2024
10+
11+
_This release contains a crucial ***hotfix*** for a bug that prevented the ability to
12+
override `specs` in any way (see #359)._
13+
914
### What's New?
1015

1116
- Added static/class function `Color.is_Color()` for detecting Color instances
1217
- Added `live_colors()` to the `interactive` module to assist internal development (debugging, color picking)
1318

14-
### Highlight Improvements
19+
#### Highlight Improvements
1520

1621
- **JSON:** keys
1722
- **Lua:** keys (in table literals and type annotations)
@@ -422,7 +427,8 @@ affected.
422427

423428
- Initial release 🎊
424429

425-
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v1.1.0...main
430+
[unreleased]: https://github.com/projekt0n/github-nvim-theme/compare/v1.1.2...main
431+
[v1.1.2]: https://github.com/projekt0n/github-nvim-theme/compare/v1.1.0...v1.1.2
426432
[v1.1.0]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.2...v1.1.0
427433
[v1.0.2]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.1...v1.0.2
428434
[v1.0.1]: https://github.com/projekt0n/github-nvim-theme/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)