Skip to content

Commit 7e6c863

Browse files
chore(main): release 11.16.2 (#1854)
🤖 I have created a release *beep* *boop* --- ## [11.16.2](v11.16.1...v11.16.2) (2024-12-13) ### Bug Fixes * **meta:** when a plugin is both optional and disabled, then just delete it from the list ([805b85c](805b85c)) --- 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 805b85c commit 7e6c863

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.16.1"
2+
".": "11.16.2"
33
}

CHANGELOG.md

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

3+
## [11.16.2](https://github.com/folke/lazy.nvim/compare/v11.16.1...v11.16.2) (2024-12-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **meta:** when a plugin is both optional and disabled, then just delete it from the list ([805b85c](https://github.com/folke/lazy.nvim/commit/805b85c2ea3bd6f9506ef22cbd6e3a39172b5b08))
9+
310
## [11.16.1](https://github.com/folke/lazy.nvim/compare/v11.16.0...v11.16.1) (2024-12-09)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function M.hererocks()
241241
return M.options.rocks.hererocks
242242
end
243243

244-
M.version = "11.16.1" -- x-release-please-version
244+
M.version = "11.16.2" -- x-release-please-version
245245

246246
M.ns = vim.api.nvim_create_namespace("lazy")
247247

0 commit comments

Comments
 (0)