Skip to content

Commit d6a782c

Browse files
chore(main): release 9.14.8 (#759)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5d3d5fb commit d6a782c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [9.14.8](https://github.com/folke/lazy.nvim/compare/v9.14.7...v9.14.8) (2023-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **health:** show error if setup didn't run ([0c7b418](https://github.com/folke/lazy.nvim/commit/0c7b41872ed20f12b45c41cadbccbf74554ac68e))
9+
310
## [9.14.7](https://github.com/folke/lazy.nvim/compare/v9.14.6...v9.14.7) (2023-04-24)
411

512

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.14.7" -- x-release-please-version
154+
M.version = "9.14.8" -- x-release-please-version
155155

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

0 commit comments

Comments
 (0)