Skip to content

Commit b262293

Browse files
chore(main): release 4.11.0 (#660)
🤖 I have created a release *beep* *boop* --- ## [4.11.0](v4.10.0...v4.11.0) (2024-12-10) ### Features * better rainbow colors ([17ec71c](17ec71c)) * **snacks:** hl groups for upcoming plugins ([f0c4046](f0c4046)) * **snacks:** profiler hl groups ([3cc1488](3cc1488)) * **snakcks:** more groups ([5c52ff8](5c52ff8)) ### Bug Fixes * **alacritty:** update alacritty theme to use the new terminal colors ([#656](#656)) ([cc18688](cc18688)), closes [#648](#648) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1446446 commit b262293

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.10.0"
2+
".": "4.11.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [4.11.0](https://github.com/folke/tokyonight.nvim/compare/v4.10.0...v4.11.0) (2024-12-10)
4+
5+
6+
### Features
7+
8+
* better rainbow colors ([17ec71c](https://github.com/folke/tokyonight.nvim/commit/17ec71ccd96e9c5d69f3e299b5490ac8b5f00fc8))
9+
* **snacks:** hl groups for upcoming plugins ([f0c4046](https://github.com/folke/tokyonight.nvim/commit/f0c40463db98a74c846ff39226f6f6d6b4731f46))
10+
* **snacks:** profiler hl groups ([3cc1488](https://github.com/folke/tokyonight.nvim/commit/3cc148893b211cbd4dc36b55353a6a9d4623bf66))
11+
* **snakcks:** more groups ([5c52ff8](https://github.com/folke/tokyonight.nvim/commit/5c52ff8269e96501001eea93bd0d500e25634201))
12+
13+
14+
### Bug Fixes
15+
16+
* **alacritty:** update alacritty theme to use the new terminal colors ([#656](https://github.com/folke/tokyonight.nvim/issues/656)) ([cc18688](https://github.com/folke/tokyonight.nvim/commit/cc186889842b455bfb9282e551613dfb9f1e3299)), closes [#648](https://github.com/folke/tokyonight.nvim/issues/648)
17+
318
## [4.10.0](https://github.com/folke/tokyonight.nvim/compare/v4.9.0...v4.10.0) (2024-11-19)
419

520

lua/tokyonight/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local M = {}
22

3-
M.version = "4.10.0" -- x-release-please-version
3+
M.version = "4.11.0" -- x-release-please-version
44

55
---@class tokyonight.Config
66
---@field on_colors fun(colors: ColorScheme)

0 commit comments

Comments
 (0)