Skip to content

Commit 0507e19

Browse files
chore(main): release 11.9.0 (#1587)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e3c112 commit 0507e19

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.8.2"
2+
".": "11.9.0"
33
}

CHANGELOG.md

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

3+
## [11.9.0](https://github.com/folke/lazy.nvim/compare/v11.8.2...v11.9.0) (2024-06-29)
4+
5+
6+
### Features
7+
8+
* **ui:** use [[ & ]] to navigate between plugins. Fixes [#1463](https://github.com/folke/lazy.nvim/issues/1463) ([5e3c112](https://github.com/folke/lazy.nvim/commit/5e3c112cb32c9cb6e8622aab4446358e039def7c))
9+
10+
11+
### Bug Fixes
12+
13+
* **ui:** when closing details, jump to plugin header. Closes [#1338](https://github.com/folke/lazy.nvim/issues/1338) ([3772914](https://github.com/folke/lazy.nvim/commit/37729140751577e87318c137d90d0e6bb00ceff1))
14+
315
## [11.8.2](https://github.com/folke/lazy.nvim/compare/v11.8.1...v11.8.2) (2024-06-29)
416

517

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.8.2" -- x-release-please-version
231+
M.version = "11.9.0" -- x-release-please-version
232232

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

0 commit comments

Comments
 (0)