Skip to content

Commit e6a8824

Browse files
chore(main): release 11.17.4 (#2082)
🤖 I have created a release *beep* *boop* --- ## [11.17.4](v11.17.3...v11.17.4) (2025-11-04) ### Bug Fixes * **plugin:** proper error message when a plugin spec returns more than one value. ([dfdc85e](dfdc85e)) --- 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 dfdc85e commit e6a8824

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.17.3"
2+
".": "11.17.4"
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.17.4](https://github.com/folke/lazy.nvim/compare/v11.17.3...v11.17.4) (2025-11-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **plugin:** proper error message when a plugin spec returns more than one value. ([dfdc85e](https://github.com/folke/lazy.nvim/commit/dfdc85e18930a3f1643e83c8ed0c514ca85e49fa))
9+
310
## [11.17.3](https://github.com/folke/lazy.nvim/compare/v11.17.2...v11.17.3) (2025-10-28)
411

512

lua/lazy/core/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function M.hererocks()
242242
return M.options.rocks.hererocks
243243
end
244244

245-
M.version = "11.17.3" -- x-release-please-version
245+
M.version = "11.17.4" -- x-release-please-version
246246

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

0 commit comments

Comments
 (0)