Skip to content

Commit 2cd1258

Browse files
chore(main): release 4.8.0 (#612)
🤖 I have created a release *beep* *boop* --- ## [4.8.0](v4.7.0...v4.8.0) (2024-07-23) ### Features * added support for markdown.nvim ([71429c9](71429c9)) * **extras:** add fuzzel theme ([#611](#611)) ([7cd2a7e](7cd2a7e)) * grug-far ([8fb4f4d](8fb4f4d)) * inline code style for markdown.nvim ([65017b9](65017b9)) ### Bug Fixes * **markdown.nvim:** link ([420cb9b](420cb9b)) --- 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 6c30395 commit 2cd1258

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.7.0"
2+
".": "4.8.0"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [4.8.0](https://github.com/folke/tokyonight.nvim/compare/v4.7.0...v4.8.0) (2024-07-23)
4+
5+
6+
### Features
7+
8+
* added support for markdown.nvim ([71429c9](https://github.com/folke/tokyonight.nvim/commit/71429c97b7aeafecf333fa825a85eadb21426146))
9+
* **extras:** add fuzzel theme ([#611](https://github.com/folke/tokyonight.nvim/issues/611)) ([7cd2a7e](https://github.com/folke/tokyonight.nvim/commit/7cd2a7e690515f695c396c4c765270259ef7b1f4))
10+
* grug-far ([8fb4f4d](https://github.com/folke/tokyonight.nvim/commit/8fb4f4d8c3f0b5a0c6e0d5bd192e6747b880abaa))
11+
* inline code style for markdown.nvim ([65017b9](https://github.com/folke/tokyonight.nvim/commit/65017b9929491e908a589d63910f2569528855dd))
12+
13+
14+
### Bug Fixes
15+
16+
* **markdown.nvim:** link ([420cb9b](https://github.com/folke/tokyonight.nvim/commit/420cb9b777d319adf132ffe505414a0b38b432ff))
17+
318
## [4.7.0](https://github.com/folke/tokyonight.nvim/compare/v4.6.0...v4.7.0) (2024-07-18)
419

520

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

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

0 commit comments

Comments
 (0)