From ce2206ef68a9da68a63f91c20a4aa1a89e8fe96f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 08:23:22 +0000 Subject: [PATCH] chore(main): release 9.24.1 --- CHANGELOG.md | 9 +++++++++ lua/lazy/core/config.lua | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc66f2..573f6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [9.24.1](https://github.com/folke/lazy.nvim/compare/v9.24.0...v9.24.1) (2023-06-19) + + +### Bug Fixes + +* **debug:** show original keymaps instead of ids for the keys handler ([56b1f77](https://github.com/folke/lazy.nvim/commit/56b1f7715ed536a3e9ebfbf0d26e615d211a0cd8)) +* **manage:** trigger LazySyncPre. Fixes [#881](https://github.com/folke/lazy.nvim/issues/881) ([6163413](https://github.com/folke/lazy.nvim/commit/616341372d1908bb2a11e3bf9ed55e74bf605e40)) +* **ui:** trailing space in button row. Fixes [#884](https://github.com/folke/lazy.nvim/issues/884) ([410a736](https://github.com/folke/lazy.nvim/commit/410a7360c1b8df2053ae7ba906ff74c9072e1505)) + ## [9.24.0](https://github.com/folke/lazy.nvim/compare/v9.23.0...v9.24.0) (2023-06-17) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index eccf807..ed1009d 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -153,7 +153,7 @@ M.defaults = { debug = false, } -M.version = "9.24.0" -- x-release-please-version +M.version = "9.24.1" -- x-release-please-version M.ns = vim.api.nvim_create_namespace("lazy")