chore(main): release 14.0.1

This commit is contained in:
github-actions[bot] 2024-12-13 16:22:53 +00:00 committed by GitHub
parent 0fd7140a6d
commit e115702e98
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 @@
{
".": "14.0.0"
".": "14.0.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [14.0.1](https://github.com/LazyVim/LazyVim/compare/v14.0.0...v14.0.1) (2024-12-13)
### Bug Fixes
* **NEWS:** typo ([0fd7140](https://github.com/LazyVim/LazyVim/commit/0fd7140a6de936edb27a4ba4f4825153ae801c21))
## [14.0.0](https://github.com/LazyVim/LazyVim/compare/v13.9.1...v14.0.0) (2024-12-13)

View file

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