Skip to content

Commit c2725eb

Browse files
chore(main): release 4.10.0 (#652)
🤖 I have created a release *beep* *boop* --- ## [4.10.0](v4.9.0...v4.10.0) (2024-11-19) ### Features * added support for blink.cmp ([34d2ae8](34d2ae8)) * added support for snacks.nvim ([ae19966](ae19966)) * added support for supermaven & codeium ([38d01f7](38d01f7)) * copilot ghost text ([04d33f5](04d33f5)) * **snacks:** dashboard styles ([5749102](5749102)) ### Bug Fixes * **termux:** update termux theme to use the new terminal colors ([#651](#651)) ([57d8ae6](57d8ae6)) --- 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 db12c9a commit c2725eb

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.9.0"
2+
".": "4.10.0"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [4.10.0](https://github.com/folke/tokyonight.nvim/compare/v4.9.0...v4.10.0) (2024-11-19)
4+
5+
6+
### Features
7+
8+
* added support for blink.cmp ([34d2ae8](https://github.com/folke/tokyonight.nvim/commit/34d2ae829362c5ed947dac59dec265b95b4e6675))
9+
* added support for snacks.nvim ([ae19966](https://github.com/folke/tokyonight.nvim/commit/ae1996619b465e424c3bbc0854c7db8a9d26d57f))
10+
* added support for supermaven & codeium ([38d01f7](https://github.com/folke/tokyonight.nvim/commit/38d01f75d64c2862216cd4271aa7576b9dd20da8))
11+
* copilot ghost text ([04d33f5](https://github.com/folke/tokyonight.nvim/commit/04d33f5555b7fd297096fe93073fba9bdcd2a3fe))
12+
* **snacks:** dashboard styles ([5749102](https://github.com/folke/tokyonight.nvim/commit/5749102c210eb9915423b658af83f03986d16999))
13+
14+
15+
### Bug Fixes
16+
17+
* **termux:** update termux theme to use the new terminal colors ([#651](https://github.com/folke/tokyonight.nvim/issues/651)) ([57d8ae6](https://github.com/folke/tokyonight.nvim/commit/57d8ae6d46f330ebd223d9f9e5b790dad0254b7d))
18+
319
## [4.9.0](https://github.com/folke/tokyonight.nvim/compare/v4.8.0...v4.9.0) (2024-10-23)
420

521

lua/tokyonight/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local M = {}
22

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

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

0 commit comments

Comments
 (0)