chore(main): release 13.5.2

This commit is contained in:
github-actions[bot] 2024-11-19 14:28:24 +00:00 committed by GitHub
parent 86dc548ff9
commit ad83fdef22
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 @@
{
".": "13.5.1"
".": "13.5.2"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [13.5.2](https://github.com/LazyVim/LazyVim/compare/v13.5.1...v13.5.2) (2024-11-19)
### Bug Fixes
* **keymaps:** `gitbrowse` also in Visual mode ([#4818](https://github.com/LazyVim/LazyVim/issues/4818)) ([86dc548](https://github.com/LazyVim/LazyVim/commit/86dc548ff9564a37524c2f9259eeb8603a70d5d5))
## [13.5.1](https://github.com/LazyVim/LazyVim/compare/v13.5.0...v13.5.1) (2024-11-19)

View file

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