Skip to content

Commit af4d24b

Browse files
chore(main): release 10.2.1 (#946)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54a2aa4 commit af4d24b

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.2.1](https://github.com/folke/lazy.nvim/compare/v10.2.0...v10.2.1) (2023-07-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **loader:** getscriptinfo compat with stable. Fixes [#944](https://github.com/folke/lazy.nvim/issues/944) ([e428c5e](https://github.com/folke/lazy.nvim/commit/e428c5ee4b02dfb39203ac8745a58c1226ceebae))
9+
310
## [10.2.0](https://github.com/folke/lazy.nvim/compare/v10.1.0...v10.2.0) (2023-07-20)
411

512

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ M.defaults = {
161161
debug = false,
162162
}
163163

164-
M.version = "10.2.0" -- x-release-please-version
164+
M.version = "10.2.1" -- x-release-please-version
165165

166166
M.ns = vim.api.nvim_create_namespace("lazy")
167167

0 commit comments

Comments
 (0)