Skip to content

Commit a44e9cd

Browse files
chore(main): release 11.15.0 (#1835)
🤖 I have created a release *beep* *boop* --- ## [11.15.0](v11.14.2...v11.15.0) (2024-12-05) ### Features * **plugin:** show error for local plugins that don't exist. Fixes [#1773](#1773) ([9570a5a](9570a5a)) --- 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 9570a5a commit a44e9cd

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.14.2"
2+
".": "11.15.0"
33
}

CHANGELOG.md

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

3+
## [11.15.0](https://github.com/folke/lazy.nvim/compare/v11.14.2...v11.15.0) (2024-12-05)
4+
5+
6+
### Features
7+
8+
* **plugin:** show error for local plugins that don't exist. Fixes [#1773](https://github.com/folke/lazy.nvim/issues/1773) ([9570a5a](https://github.com/folke/lazy.nvim/commit/9570a5ae7b17dcde4718c7458fd986c10f015a99))
9+
310
## [11.14.2](https://github.com/folke/lazy.nvim/compare/v11.14.1...v11.14.2) (2024-11-10)
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.14.2" -- x-release-please-version
244+
M.version = "11.15.0" -- x-release-please-version
245245

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

0 commit comments

Comments
 (0)