chore(main): release 10.22.2 (#1500)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-06 12:47:53 +02:00 committed by GitHub
parent ff90417808
commit 70f2c090d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [10.22.2](https://github.com/folke/lazy.nvim/compare/v10.22.1...v10.22.2) (2024-06-06)
### Bug Fixes
* **keys:** buffer-local nop mappings ([ff90417](https://github.com/folke/lazy.nvim/commit/ff904178089582f90fdc625493f3d3bddbefd6ea))
* **keys:** never lazy-load `&lt;nop&gt;` or empty rhs keymaps ([3e4c795](https://github.com/folke/lazy.nvim/commit/3e4c795cec32481bc6d0b30c05125fdf7ef2d412))
## [10.22.1](https://github.com/folke/lazy.nvim/compare/v10.22.0...v10.22.1) (2024-06-02)

View File

@ -182,7 +182,7 @@ M.defaults = {
debug = false,
}
M.version = "10.22.1" -- x-release-please-version
M.version = "10.22.2" -- x-release-please-version
M.ns = vim.api.nvim_create_namespace("lazy")