Skip to content

Commit 5c6ce13

Browse files
chore(main): release 4.6.0 (#600)
🤖 I have created a release *beep* *boop* --- ## [4.6.0](v4.5.0...v4.6.0) (2024-07-15) ### Features * allow adding custom palettes. Fixes [#595](#595) ([fd2afb6](fd2afb6)) ### Bug Fixes * **which-key:** WhichKeyNormal ([b0a0512](b0a0512)) --- 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 e58f652 commit 5c6ce13

File tree

3 files changed

+14
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [4.6.0](https://github.com/folke/tokyonight.nvim/compare/v4.5.0...v4.6.0) (2024-07-15)
4+
5+
6+
### Features
7+
8+
* allow adding custom palettes. Fixes [#595](https://github.com/folke/tokyonight.nvim/issues/595) ([fd2afb6](https://github.com/folke/tokyonight.nvim/commit/fd2afb632ec341ebadcca82326f74af5b2d0855b))
9+
10+
11+
### Bug Fixes
12+
13+
* **which-key:** WhichKeyNormal ([b0a0512](https://github.com/folke/tokyonight.nvim/commit/b0a051251d2ff2ebe9dbacbe2c829106ebee68b3))
14+
315
## [4.5.0](https://github.com/folke/tokyonight.nvim/compare/v4.4.0...v4.5.0) (2024-07-13)
416

517

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

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

0 commit comments

Comments
 (0)