Skip to content

Commit 5a8aa2c

Browse files
chore(main): release 11.14.1
1 parent 7108809 commit 5a8aa2c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.14.0"
2+
".": "11.14.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [11.14.1](https://github.com/folke/lazy.nvim/compare/v11.14.0...v11.14.1) (2024-07-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **plugins:** "Vim:E150: Not a directory" on plugin update ([#1679](https://github.com/folke/lazy.nvim/issues/1679)) ([7108809](https://github.com/folke/lazy.nvim/commit/7108809ab18dc1b1e6f402b29e2e1d35a5d311d5))
9+
310
## [11.14.0](https://github.com/folke/lazy.nvim/compare/v11.13.5...v11.14.0) (2024-07-24)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function M.hererocks()
239239
return M.options.rocks.hererocks
240240
end
241241

242-
M.version = "11.14.0" -- x-release-please-version
242+
M.version = "11.14.1" -- x-release-please-version
243243

244244
M.ns = vim.api.nvim_create_namespace("lazy")
245245

0 commit comments

Comments
 (0)