chore(main): release 13.3.1

This commit is contained in:
github-actions[bot] 2024-11-15 05:26:31 +00:00 committed by GitHub
parent bbd5c8a771
commit fbc924d4e9
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.3.0"
".": "13.3.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [13.3.1](https://github.com/LazyVim/LazyVim/compare/v13.3.0...v13.3.1) (2024-11-15)
### Bug Fixes
* **copilot:** don't enable blink when using copilot when blink is not installed. Fixes [#4795](https://github.com/LazyVim/LazyVim/issues/4795) ([07a0468](https://github.com/LazyVim/LazyVim/commit/07a046867dc3407b30801e539ab026fb7c180e7b))
## [13.3.0](https://github.com/LazyVim/LazyVim/compare/v13.2.0...v13.3.0) (2024-11-14)

View file

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