Skip to content

Commit

Permalink
chore(main): release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 18, 2024
1 parent 1bad1f8 commit 24bf3f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.6.0"
".": "4.7.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.7.0](https://github.com/folke/tokyonight.nvim/compare/v4.6.0...v4.7.0) (2024-07-18)


### Features

* added support for grug-far.nvim ([5e337dd](https://github.com/folke/tokyonight.nvim/commit/5e337ddb8f957953b6efb9a224fd74038bd2228c))
* **extras:** add process-compose extra ([#606](https://github.com/folke/tokyonight.nvim/issues/606)) ([0804670](https://github.com/folke/tokyonight.nvim/commit/08046705ba488f903e7ef3e823ccacc5775e1483))

## [4.6.0](https://github.com/folke/tokyonight.nvim/compare/v4.5.0...v4.6.0) (2024-07-15)


Expand Down
2 changes: 1 addition & 1 deletion lua/tokyonight/config.lua
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 24bf3f4

Please sign in to comment.