Skip to content

Commit b9c604e

Browse files
chore(main): release 10.14.2 (#1125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2270bbb commit b9c604e

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+
## [10.14.2](https://github.com/folke/lazy.nvim/compare/v10.14.1...v10.14.2) (2023-10-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **plugin:** work-around for Plugin.values error. Will add proper fix later. Fixes [#1124](https://github.com/folke/lazy.nvim/issues/1124) ([2270bbb](https://github.com/folke/lazy.nvim/commit/2270bbbc48503f468633cc5c2065321001c4f0ac))
9+
310
## [10.14.1](https://github.com/folke/lazy.nvim/compare/v10.14.0...v10.14.1) (2023-10-16)
411

512

lua/lazy/core/config.lua

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

179-
M.version = "10.14.1" -- x-release-please-version
179+
M.version = "10.14.2" -- x-release-please-version
180180

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

0 commit comments

Comments
 (0)