From a3d598067efe909f958dde06f6c73fcdff466e9f Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Sat, 15 Jul 2023 06:45:27 -0400 Subject: [PATCH] chore(main): release 2.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a50c94..a94686d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.2.0](https://github.com/AstroNvim/astrotheme/compare/v2.1.1...v2.2.0) (2023-07-15) + + +### Features + +* add initial simple_syntax_colors option ([#66](https://github.com/AstroNvim/astrotheme/issues/66)) ([5421df0](https://github.com/AstroNvim/astrotheme/commit/5421df039acd78b1a07ff804c7427d0903bd1637)) +* **astrodark:** added wezterm theme ([#64](https://github.com/AstroNvim/astrotheme/issues/64)) ([a182b19](https://github.com/AstroNvim/astrotheme/commit/a182b195af537c278fa3f91b087329175099f973)) + + +### Bug Fixes + +* **astrodark:** syntax and ui color re-balance ([#67](https://github.com/AstroNvim/astrotheme/issues/67)) ([166d653](https://github.com/AstroNvim/astrotheme/commit/166d653b07bc7693cb0520f0073263a4be5a35a5)) +* **lsp:** un-comment type.property highlight ([5cea057](https://github.com/AstroNvim/astrotheme/commit/5cea0576cbbd189f7e94b82313a553c84c4bcc13)) +* **lsp:** un-commented type.property highlight ([#68](https://github.com/AstroNvim/astrotheme/issues/68)) ([5cea057](https://github.com/AstroNvim/astrotheme/commit/5cea0576cbbd189f7e94b82313a553c84c4bcc13)) +* **util:** simplify set_highlights and fix settings being cleared ([#63](https://github.com/AstroNvim/astrotheme/issues/63)) ([d9ac783](https://github.com/AstroNvim/astrotheme/commit/d9ac78300e436a384158dfc96faaeb223f012696)) + ## [2.1.1](https://github.com/AstroNvim/astrotheme/compare/v2.1.0...v2.1.1) (2023-07-11)