Skip to content

Commit e2102c3

Browse files
chore(main): release 9.12.1 (#660)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aacaa60 commit e2102c3

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+
## [9.12.1](https://github.com/folke/lazy.nvim/compare/v9.12.0...v9.12.1) (2023-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **cmd:** properly deal with commands with nargs=? or nargs=1. Fixes [#659](https://github.com/folke/lazy.nvim/issues/659) ([efe36bd](https://github.com/folke/lazy.nvim/commit/efe36bdfda47256dbc223945a7f35eea52b1d736))
9+
310
## [9.12.0](https://github.com/folke/lazy.nvim/compare/v9.11.0...v9.12.0) (2023-03-15)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ M.defaults = {
150150
debug = false,
151151
}
152152

153-
M.version = "9.12.0" -- x-release-please-version
153+
M.version = "9.12.1" -- x-release-please-version
154154

155155
M.ns = vim.api.nvim_create_namespace("lazy")
156156

0 commit comments

Comments
 (0)