chore(main): release 15.12.2

This commit is contained in:
github-actions[bot] 2025-10-26 11:22:54 +00:00 committed by GitHub
parent 1a40162714
commit 515cfd84fa
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.12.1"
".": "15.12.2"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [15.12.2](https://github.com/LazyVim/LazyVim/compare/v15.12.1...v15.12.2) (2025-10-26)
### Bug Fixes
* **lsp.keymaps:** make cond -> enabled work again. Closes [#6697](https://github.com/LazyVim/LazyVim/issues/6697) ([1a40162](https://github.com/LazyVim/LazyVim/commit/1a401627146c66beaeb213f66dd02662f1006e82))
## [15.12.1](https://github.com/LazyVim/LazyVim/compare/v15.12.0...v15.12.1) (2025-10-26)

View file

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