chore(main): release 15.8.1

This commit is contained in:
github-actions[bot] 2025-10-18 04:40:03 +00:00 committed by GitHub
parent 23bdbc91eb
commit df7d08c00f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
".": "15.8.0"
".": "15.8.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [15.8.1](https://github.com/LazyVim/LazyVim/compare/v15.8.0...v15.8.1) (2025-10-18)
### Bug Fixes
* **treesitter:** reload lazyvim.tresitter.util to prevent issues with stale modules when upgrading ([62ce8a2](https://github.com/LazyVim/LazyVim/commit/62ce8a23d89fa766956447a3df01d9f3448e9a66))
## [15.8.0](https://github.com/LazyVim/LazyVim/compare/v15.7.1...v15.8.0) (2025-10-17)

View file

@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
---@class LazyVimConfig: LazyVimOptions
local M = {}
M.version = "15.8.0" -- x-release-please-version
M.version = "15.8.1" -- x-release-please-version
LazyVim.config = M
---@class LazyVimOptions