Skip to content

Commit eb4fab6

Browse files
chore(main): release 10.16.1
1 parent aedcd79 commit eb4fab6

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.16.1](https://github.com/folke/lazy.nvim/compare/v10.16.0...v10.16.1) (2024-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **manage:** better support for using the default colorscheme during install. See [#1277](https://github.com/folke/lazy.nvim/issues/1277) ([670a6fe](https://github.com/folke/lazy.nvim/commit/670a6fec7f9b03134849e308d87f4dc316875c46))
9+
310
## [10.16.0](https://github.com/folke/lazy.nvim/compare/v10.15.1...v10.16.0) (2024-01-21)
411

512

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.16.0" -- x-release-please-version
180+
M.version = "10.16.1" -- x-release-please-version
181181

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

0 commit comments

Comments
 (0)