chore(main): release 14.12.0

This commit is contained in:
github-actions[bot] 2025-02-10 22:28:54 +00:00 committed by GitHub
parent 121a2e27ef
commit 3e1f07e471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 2 deletions

View file

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