chore(main): release 11.13.4 (#1670)

🤖 I have created a release *beep* *boop*
---


##
[11.13.4](https://github.com/folke/lazy.nvim/compare/v11.13.3...v11.13.4)
(2024-07-22)


### Bug Fixes

* **loader:** add plugins whose rtp got loaded early to start plugins
([34b0126](34b0126e5b))
* **loader:** explicitely set package.loaded.modname to nil to prevent
recursive loading errors
([12f2c74](12f2c74244))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-22 09:47:04 +02:00 committed by GitHub
parent 12f2c74244
commit 16a5c46aa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

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