Skip to content

Commit 8bef074

Browse files
chore(main): release 11.13.2 (#1668)
🤖 I have created a release *beep* *boop* --- ## [11.13.2](v11.13.1...v11.13.2) (2024-07-21) ### Bug Fixes * **loader:** add auto loaded module to package.loaded early to prevent require loops ([18d1c1b](18d1c1b)) --- 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>
1 parent 18d1c1b commit 8bef074

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.13.1"
2+
".": "11.13.2"
33
}

CHANGELOG.md

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

3+
## [11.13.2](https://github.com/folke/lazy.nvim/compare/v11.13.1...v11.13.2) (2024-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **loader:** add auto loaded module to package.loaded early to prevent require loops ([18d1c1b](https://github.com/folke/lazy.nvim/commit/18d1c1b47e175cd58dc12bf4792ef4e9a50505fa))
9+
310
## [11.13.1](https://github.com/folke/lazy.nvim/compare/v11.13.0...v11.13.1) (2024-07-19)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function M.hererocks()
235235
return M.options.rocks.hererocks
236236
end
237237

238-
M.version = "11.13.1" -- x-release-please-version
238+
M.version = "11.13.2" -- x-release-please-version
239239

240240
M.ns = vim.api.nvim_create_namespace("lazy")
241241

0 commit comments

Comments
 (0)