Skip to content

Commit 4496b4c

Browse files
chore(main): release 11.14.0 (#1673)
🤖 I have created a release *beep* *boop* --- ## [11.14.0](v11.13.5...v11.14.0) (2024-07-24) ### Features * added `opts.git.cooldown` to allow updating plugins on slow connections. Fixes [#1656](#1656) ([d5686ef](d5686ef)) * **plugin:** improve error handling and show better error message ([c02268a](c02268a)) ### Bug Fixes * **plugin:** make .lazy.lua work again ([b4a5a12](b4a5a12)) --- 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 b4a5a12 commit 4496b4c

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.13.5"
2+
".": "11.14.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [11.14.0](https://github.com/folke/lazy.nvim/compare/v11.13.5...v11.14.0) (2024-07-24)
4+
5+
6+
### Features
7+
8+
* added `opts.git.cooldown` to allow updating plugins on slow connections. Fixes [#1656](https://github.com/folke/lazy.nvim/issues/1656) ([d5686ef](https://github.com/folke/lazy.nvim/commit/d5686efbd00942b3e38de7c08b8df69d961b02f0))
9+
* **plugin:** improve error handling and show better error message ([c02268a](https://github.com/folke/lazy.nvim/commit/c02268ac6e6aab92249d020d75efc588bd9d24fa))
10+
11+
12+
### Bug Fixes
13+
14+
* **plugin:** make .lazy.lua work again ([b4a5a12](https://github.com/folke/lazy.nvim/commit/b4a5a1209e4c64fa67aedf721a383541a64056d1))
15+
316
## [11.13.5](https://github.com/folke/lazy.nvim/compare/v11.13.4...v11.13.5) (2024-07-22)
417

518

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function M.hererocks()
239239
return M.options.rocks.hererocks
240240
end
241241

242-
M.version = "11.13.5" -- x-release-please-version
242+
M.version = "11.14.0" -- x-release-please-version
243243

244244
M.ns = vim.api.nvim_create_namespace("lazy")
245245

0 commit comments

Comments
 (0)