From 9223c1aa200a8c329053f9e2ca0980ead56059d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 10:55:15 +0200 Subject: [PATCH] chore(main): release 9.22.0 (#852) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lua/lazy/core/config.lua | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 600ab765..7d9b040c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.22.0](https://github.com/folke/lazy.nvim/compare/v9.21.1...v9.22.0) (2023-06-03) + + +### Features + +* **float:** floats can now be persistent ([94472b8](https://github.com/folke/lazy.nvim/commit/94472b8303f4db496ff1214a73aa8f600e375974)) + ## [9.21.1](https://github.com/folke/lazy.nvim/compare/v9.21.0...v9.21.1) (2023-05-28) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 514e48a9..d9f66003 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -153,7 +153,7 @@ M.defaults = { debug = false, } -M.version = "9.21.1" -- x-release-please-version +M.version = "9.22.0" -- x-release-please-version M.ns = vim.api.nvim_create_namespace("lazy")