Skip to content

Commit 9223c1a

Browse files
chore(main): release 9.22.0 (#852)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 33448b9 commit 9223c1a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [9.22.0](https://github.com/folke/lazy.nvim/compare/v9.21.1...v9.22.0) (2023-06-03)
4+
5+
6+
### Features
7+
8+
* **float:** floats can now be persistent ([94472b8](https://github.com/folke/lazy.nvim/commit/94472b8303f4db496ff1214a73aa8f600e375974))
9+
310
## [9.21.1](https://github.com/folke/lazy.nvim/compare/v9.21.0...v9.21.1) (2023-05-28)
411

512

Diff for: lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ M.defaults = {
153153
debug = false,
154154
}
155155

156-
M.version = "9.21.1" -- x-release-please-version
156+
M.version = "9.22.0" -- x-release-please-version
157157

158158
M.ns = vim.api.nvim_create_namespace("lazy")
159159

0 commit comments

Comments
 (0)