Skip to content

Commit 4a8f813

Browse files
chore(main): release 10.21.1 (#1490)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 52244a0 commit 4a8f813

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [10.21.1](https://github.com/folke/lazy.nvim/compare/v10.21.0...v10.21.1) (2024-05-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **view:** backward compat for older Neovim versions. Fixes [#1489](https://github.com/folke/lazy.nvim/issues/1489) ([917dfbe](https://github.com/folke/lazy.nvim/commit/917dfbe2a9b606443639d1e809f2e4561a6dd654))
9+
310
## [10.21.0](https://github.com/folke/lazy.nvim/compare/v10.20.5...v10.21.0) (2024-05-26)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ M.defaults = {
182182
debug = false,
183183
}
184184

185-
M.version = "10.21.0" -- x-release-please-version
185+
M.version = "10.21.1" -- x-release-please-version
186186

187187
M.ns = vim.api.nvim_create_namespace("lazy")
188188

0 commit comments

Comments
 (0)