Skip to content

Commit 24bf3f4

Browse files
chore(main): release 4.7.0
1 parent 1bad1f8 commit 24bf3f4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.6.0"
2+
".": "4.7.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.7.0](https://github.com/folke/tokyonight.nvim/compare/v4.6.0...v4.7.0) (2024-07-18)
4+
5+
6+
### Features
7+
8+
* added support for grug-far.nvim ([5e337dd](https://github.com/folke/tokyonight.nvim/commit/5e337ddb8f957953b6efb9a224fd74038bd2228c))
9+
* **extras:** add process-compose extra ([#606](https://github.com/folke/tokyonight.nvim/issues/606)) ([0804670](https://github.com/folke/tokyonight.nvim/commit/08046705ba488f903e7ef3e823ccacc5775e1483))
10+
311
## [4.6.0](https://github.com/folke/tokyonight.nvim/compare/v4.5.0...v4.6.0) (2024-07-15)
412

513

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.6.0" -- x-release-please-version
3+
M.version = "4.7.0" -- x-release-please-version
44

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

0 commit comments

Comments
 (0)