chore(main): release 10.6.0 (#1078)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-05 16:05:05 +02:00 committed by GitHub
parent d9509b56ce
commit 6b6f0a4512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [10.6.0](https://github.com/folke/lazy.nvim/compare/v10.5.1...v10.6.0) (2023-10-05)
### Features
* **keys:** you can now create buffer-local filetype keymaps by specifying `ft=`. Fixes [#1076](https://github.com/folke/lazy.nvim/issues/1076) ([c42e63c](https://github.com/folke/lazy.nvim/commit/c42e63c1986af6ba417d9c2a0062ac41f79df18b))
## [10.5.1](https://github.com/folke/lazy.nvim/compare/v10.5.0...v10.5.1) (2023-10-04)

View File

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