Skip to content

Commit 8186cc5

Browse files
chore(main): release 9.8.3 (#549)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 258ee6b commit 8186cc5

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.8.3](https://github.com/folke/lazy.nvim/compare/v9.8.2...v9.8.3) (2023-02-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **cache:** hack to work around plugins trying to load relatve modules. Fixes [#543](https://github.com/folke/lazy.nvim/issues/543) ([e916f41](https://github.com/folke/lazy.nvim/commit/e916f41df26e33b01f1b3ebe28881090da3a7281))
9+
* **ui:** disable folding of floating window ([#550](https://github.com/folke/lazy.nvim/issues/550)) ([6771c7e](https://github.com/folke/lazy.nvim/commit/6771c7e23c3ecdb50a9510c4cd5e1e0d2db9e5ca))
10+
311
## [9.8.2](https://github.com/folke/lazy.nvim/compare/v9.8.1...v9.8.2) (2023-02-15)
412

513

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ M.defaults = {
147147
debug = false,
148148
}
149149

150-
M.version = "9.8.2" -- x-release-please-version
150+
M.version = "9.8.3" -- x-release-please-version
151151

152152
M.ns = vim.api.nvim_create_namespace("lazy")
153153

0 commit comments

Comments
 (0)