Skip to content

Commit 378bfb4

Browse files
chore(main): release 11.2.1 (#1542)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62a47b9 commit 378bfb4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .github/.release-please-manifest.json

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

Diff for: CHANGELOG.md

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

3+
## [11.2.1](https://github.com/folke/lazy.nvim/compare/v11.2.0...v11.2.1) (2024-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **loader:** no need to check plugin.dir in auto_load ([62a47b9](https://github.com/folke/lazy.nvim/commit/62a47b921fbffb3c1c8088a731029ae234f98851))
9+
310
## [11.2.0](https://github.com/folke/lazy.nvim/compare/v11.1.0...v11.2.0) (2024-06-24)
411

512

Diff for: lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ M.defaults = {
195195
debug = false,
196196
}
197197

198-
M.version = "11.2.0" -- x-release-please-version
198+
M.version = "11.2.1" -- x-release-please-version
199199

200200
M.ns = vim.api.nvim_create_namespace("lazy")
201201

0 commit comments

Comments
 (0)