Skip to content

Commit cea5920

Browse files
chore(main): release 11.9.2 (#1595)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 36c8594 commit cea5920

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.9.1"
2+
".": "11.9.2"
33
}

CHANGELOG.md

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

3+
## [11.9.2](https://github.com/folke/lazy.nvim/compare/v11.9.1...v11.9.2) (2024-07-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **async:** make asyncs abortable ([1fad617](https://github.com/folke/lazy.nvim/commit/1fad61712bd3937dda925775a7736b8efbcbf1a7))
9+
* **health:** check for errors when executing commands. Closes [#1599](https://github.com/folke/lazy.nvim/issues/1599) ([d0921f5](https://github.com/folke/lazy.nvim/commit/d0921f5b9b3d2c5e09618da55a018228edcc4d16))
10+
11+
12+
### Performance Improvements
13+
14+
* **plugin:** minor optim to resolve imports a bit faster ([a9d7ade](https://github.com/folke/lazy.nvim/commit/a9d7ade203b3f3ee3058c082c62afdf8e4bcb416))
15+
316
## [11.9.1](https://github.com/folke/lazy.nvim/compare/v11.9.0...v11.9.1) (2024-06-30)
417

518

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function M.hererocks()
228228
return M.options.rocks.hererocks
229229
end
230230

231-
M.version = "11.9.1" -- x-release-please-version
231+
M.version = "11.9.2" -- x-release-please-version
232232

233233
M.ns = vim.api.nvim_create_namespace("lazy")
234234

0 commit comments

Comments
 (0)