From 4442b227db2ee633736b6c47a7729d10baa8b40e Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Fri, 12 Jul 2024 12:05:49 -0400 Subject: [PATCH] chore(main): release 4.1.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff3121..4826498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.1.0](https://github.com/AstroNvim/astrotheme/compare/v4.0.0...v4.1.0) (2024-07-12) + + +### Features + +* **extras:** add `lua` to extras ([6bdac76](https://github.com/AstroNvim/astrotheme/commit/6bdac766cde6ae65eebd7b94af1841d5722f0032)) +* **extras:** add `vim` colorscheme to extras ([35eba15](https://github.com/AstroNvim/astrotheme/commit/35eba15d5b2e0f3e25482eeb7c0e2b3468c27fb9)) +* **extras:** add automatic generation of extras with templating ([aabb735](https://github.com/AstroNvim/astrotheme/commit/aabb7352748fcca1bc799da74b3577fa6beb6cd8)) + + +### Bug Fixes + +* **extras:** fix style name ([9f1db05](https://github.com/AstroNvim/astrotheme/commit/9f1db05bef9833514e31e4362c2804a024ac3682)) +* **palettes:** add missing colors ([1c49d0d](https://github.com/AstroNvim/astrotheme/commit/1c49d0df0ec2a6b45be3c0152019e954fe8a70a1)) + ## [4.0.0](https://github.com/AstroNvim/astrotheme/compare/v3.9.0...v4.0.0) (2024-07-05)