Skip to content

Commit 5af331e

Browse files
chore(main): release 10.0.1 (#919)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 867528c commit 5af331e

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.0.1](https://github.com/folke/lazy.nvim/compare/v10.0.0...v10.0.1) (2023-07-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **stats:** corrected typo in cputime() for Linux ([#916](https://github.com/folke/lazy.nvim/issues/916)) ([5082cd5](https://github.com/folke/lazy.nvim/commit/5082cd56e49c737619c967e9c57309c2eeaad425))
9+
310
## [10.0.0](https://github.com/folke/lazy.nvim/compare/v9.25.1...v10.0.0) (2023-07-06)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ M.defaults = {
159159
debug = false,
160160
}
161161

162-
M.version = "10.0.0" -- x-release-please-version
162+
M.version = "10.0.1" -- x-release-please-version
163163

164164
M.ns = vim.api.nvim_create_namespace("lazy")
165165

0 commit comments

Comments
 (0)