We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb52c0 commit 4002bd7Copy full SHA for 4002bd7
.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "4.6.0"
+ ".": "4.7.0"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [4.7.0](https://github.com/folke/tokyonight.nvim/compare/v4.6.0...v4.7.0) (2024-07-17)
4
+
5
6
+### Features
7
8
+* added support for grug-far.nvim ([5e337dd](https://github.com/folke/tokyonight.nvim/commit/5e337ddb8f957953b6efb9a224fd74038bd2228c))
9
10
## [4.6.0](https://github.com/folke/tokyonight.nvim/compare/v4.5.0...v4.6.0) (2024-07-15)
11
12
lua/tokyonight/config.lua
@@ -1,6 +1,6 @@
local M = {}
-M.version = "4.6.0" -- x-release-please-version
+M.version = "4.7.0" -- x-release-please-version
---@class tokyonight.Config
---@field on_colors fun(colors: ColorScheme)
0 commit comments