chore(main): release 12.26.2

This commit is contained in:
github-actions[bot] 2024-07-07 06:48:58 +00:00 committed by GitHub
parent 304729b23a
commit db3feffdcd
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 @@
{
".": "12.26.1"
".": "12.26.2"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [12.26.2](https://github.com/LazyVim/LazyVim/compare/v12.26.1...v12.26.2) (2024-07-07)
### Bug Fixes
* **lualine:** check that trouble is installed ([d108169](https://github.com/LazyVim/LazyVim/commit/d108169e951fff8c65ed8dea89b058717cc48da5))
## [12.26.1](https://github.com/LazyVim/LazyVim/compare/v12.26.0...v12.26.1) (2024-07-06)

View file

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