Skip to content

Commit 8f19e43

Browse files
chore(main): release 9.17.1
1 parent b382495 commit 8f19e43

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [9.17.1](https://github.com/folke/lazy.nvim/compare/v9.17.0...v9.17.1) (2023-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **ui:** close ui when opening a help file. Fixes [#808](https://github.com/folke/lazy.nvim/issues/808) ([cc7a764](https://github.com/folke/lazy.nvim/commit/cc7a764aecec11c9598ccd442a6879eed4e85558))
9+
* **ui:** take border into account for window position. Fixes [#812](https://github.com/folke/lazy.nvim/issues/812) ([451f217](https://github.com/folke/lazy.nvim/commit/451f217e9b2d71f08bdae0ce5ac7e8e8a6503f48))
10+
311
## [9.17.0](https://github.com/folke/lazy.nvim/compare/v9.16.1...v9.17.0) (2023-05-18)
412

513

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ M.defaults = {
151151
debug = false,
152152
}
153153

154-
M.version = "9.17.0" -- x-release-please-version
154+
M.version = "9.17.1" -- x-release-please-version
155155

156156
M.ns = vim.api.nvim_create_namespace("lazy")
157157

0 commit comments

Comments
 (0)