Skip to content

Commit f2cc9ef

Browse files
chore(main): release 9.8.4 (#557)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff76e58 commit f2cc9ef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [9.8.4](https://github.com/folke/lazy.nvim/compare/v9.8.3...v9.8.4) (2023-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **spec:** make sure imported specs are sorted alphabetically ([ff76e58](https://github.com/folke/lazy.nvim/commit/ff76e58961509038e3e0365c47580e595977a3a2))
9+
* **ui:** return abort key instead of `&lt;c-c&gt;` ([5cfe156](https://github.com/folke/lazy.nvim/commit/5cfe1560c551720bdc125e68431bacb836eb28d3))
10+
311
## [9.8.3](https://github.com/folke/lazy.nvim/compare/v9.8.2...v9.8.3) (2023-02-16)
412

513

Diff for: 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.3" -- x-release-please-version
150+
M.version = "9.8.4" -- x-release-please-version
151151

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

0 commit comments

Comments
 (0)