diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 58acdf5b..81675064 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.0" + ".": "4.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6f1810..c69a4515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.12.0](https://github.com/folke/tokyonight.nvim/compare/v4.11.0...v4.12.0) (2024-12-14) + + +### Features + +* **extra:** add (better-)discord theme ([#662](https://github.com/folke/tokyonight.nvim/issues/662)) ([9578c6f](https://github.com/folke/tokyonight.nvim/commit/9578c6fe68af1db513914a2a01bea5585f3027db)) + ## [4.11.0](https://github.com/folke/tokyonight.nvim/compare/v4.10.0...v4.11.0) (2024-12-10) diff --git a/lua/tokyonight/config.lua b/lua/tokyonight/config.lua index f60f4dc3..48e35b8d 100644 --- a/lua/tokyonight/config.lua +++ b/lua/tokyonight/config.lua @@ -1,6 +1,6 @@ local M = {} -M.version = "4.11.0" -- x-release-please-version +M.version = "4.12.0" -- x-release-please-version ---@class tokyonight.Config ---@field on_colors fun(colors: ColorScheme)