chore(main): release 12.35.1

This commit is contained in:
github-actions[bot] 2024-07-21 15:24:45 +00:00 committed by GitHub
parent 6411ab0897
commit b81a731b71
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.35.0"
".": "12.35.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [12.35.1](https://github.com/LazyVim/LazyVim/compare/v12.35.0...v12.35.1) (2024-07-21)
### Bug Fixes
* **grug-far:** only prefill files filter when file has an extension. Closes [#4130](https://github.com/LazyVim/LazyVim/issues/4130) ([6411ab0](https://github.com/LazyVim/LazyVim/commit/6411ab0897f19dad9f902dfee29e101a9a767357))
## [12.35.0](https://github.com/LazyVim/LazyVim/compare/v12.34.0...v12.35.0) (2024-07-21)

View file

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