This commit is contained in:
github-actions[bot] 2024-08-31 11:12:36 +03:00 committed by GitHub
commit a9eef13bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "11.14.1"
".": "11.14.2"
}

View File

@ -1,5 +1,13 @@
# Changelog
## [11.14.2](https://github.com/folke/lazy.nvim/compare/v11.14.1...v11.14.2) (2024-08-31)
### Bug Fixes
* **luarocks:** try to install from root manifest ([#1687](https://github.com/folke/lazy.nvim/issues/1687)) ([591ef40](https://github.com/folke/lazy.nvim/commit/591ef40f2da3a26fbcc0466988cd6fe45ca68cae))
* **rocks:** add lib64 plugin directory to package.cpath ([#1717](https://github.com/folke/lazy.nvim/issues/1717)) ([80da254](https://github.com/folke/lazy.nvim/commit/80da254e645f579c28394ee0f08f75a9c9481744))
## [11.14.1](https://github.com/folke/lazy.nvim/compare/v11.14.0...v11.14.1) (2024-07-25)

View File

@ -241,7 +241,7 @@ function M.hererocks()
return M.options.rocks.hererocks
end
M.version = "11.14.1" -- x-release-please-version
M.version = "11.14.2" -- x-release-please-version
M.ns = vim.api.nvim_create_namespace("lazy")