Skip to content

Commit 8af83f7

Browse files
chore(main): release 10.24.3
1 parent 849890c commit 8af83f7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.24.2"
2+
".": "10.24.3"
33
}

CHANGELOG.md

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

3+
## [10.24.3](https://github.com/folke/lazy.nvim/compare/v10.24.2...v10.24.3) (2024-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **util:** dump ([025520d](https://github.com/folke/lazy.nvim/commit/025520d083c61baa7cd1f45807f5fe1ac9fbb50d))
9+
310
## [10.24.2](https://github.com/folke/lazy.nvim/compare/v10.24.1...v10.24.2) (2024-06-16)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ M.defaults = {
182182
debug = false,
183183
}
184184

185-
M.version = "10.23.0" -- x-release-please-version
185+
M.version = "10.24.3" -- x-release-please-version
186186

187187
M.ns = vim.api.nvim_create_namespace("lazy")
188188

0 commit comments

Comments
 (0)