Skip to content

Commit c76cc60

Browse files
chore(main): release 10.18.1 (#1372)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61dddae commit c76cc60

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+
## [10.18.1](https://github.com/folke/lazy.nvim/compare/v10.18.0...v10.18.1) (2024-03-22)
4+
5+
6+
### Bug Fixes
7+
8+
* uv shim was not falling back to vim.loop ([#1370](https://github.com/folke/lazy.nvim/issues/1370)) ([61dddae](https://github.com/folke/lazy.nvim/commit/61dddaec58f8594e40e95a8d5069ce7e493089df))
9+
310
## [10.18.0](https://github.com/folke/lazy.nvim/compare/v10.17.0...v10.18.0) (2024-03-22)
411

512

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ M.defaults = {
177177
debug = false,
178178
}
179179

180-
M.version = "10.18.0" -- x-release-please-version
180+
M.version = "10.18.1" -- x-release-please-version
181181

182182
M.ns = vim.api.nvim_create_namespace("lazy")
183183

0 commit comments

Comments
 (0)