Skip to content

Commit 7c49371

Browse files
chore(main): release 11.16.1 (#1844)
🤖 I have created a release *beep* *boop* --- ## [11.16.1](v11.16.0...v11.16.1) (2024-12-09) ### Bug Fixes * **types:** ensure all fields for `LazyPluginSpec` are optional ([#1843](#1843)) ([703be1d](703be1d)), closes [#1842](#1842) --- 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 b97ee16 commit 7c49371

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.16.0"
2+
".": "11.16.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [11.16.1](https://github.com/folke/lazy.nvim/compare/v11.16.0...v11.16.1) (2024-12-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** ensure all fields for `LazyPluginSpec` are optional ([#1843](https://github.com/folke/lazy.nvim/issues/1843)) ([703be1d](https://github.com/folke/lazy.nvim/commit/703be1dda35e142e76e94e7503cf67d6b98a1d35)), closes [#1842](https://github.com/folke/lazy.nvim/issues/1842)
9+
310
## [11.16.0](https://github.com/folke/lazy.nvim/compare/v11.15.0...v11.16.0) (2024-12-07)
411

512

lua/lazy/core/config.lua

Lines changed: 1 addition & 1 deletion
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.0" -- x-release-please-version
244+
M.version = "11.16.1" -- x-release-please-version
245245

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

0 commit comments

Comments
 (0)