chore(main): release 12.38.2

This commit is contained in:
github-actions[bot] 2024-07-25 08:56:14 +00:00 committed by GitHub
parent deceafc0f9
commit aecba7950e
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.38.1"
".": "12.38.2"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [12.38.2](https://github.com/LazyVim/LazyVim/compare/v12.38.1...v12.38.2) (2024-07-25)
### Bug Fixes
* **news:** pcall diag when showing news for older Neovim versions ([94bf4f9](https://github.com/LazyVim/LazyVim/commit/94bf4f932482012306fb375c4418a398bb00a949))
## [12.38.1](https://github.com/LazyVim/LazyVim/compare/v12.38.0...v12.38.1) (2024-07-24)

View file

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