chore(main): release 9.14.4 (#734)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-04-18 10:21:25 +02:00 committed by GitHub
parent a7f18f0192
commit 5f13f69851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [9.14.4](https://github.com/folke/lazy.nvim/compare/v9.14.3...v9.14.4) (2023-04-18)
### Bug Fixes
* **cmd:** show descriptive error when command was not found after loading its plugins ([b582fc5](https://github.com/folke/lazy.nvim/commit/b582fc554582c755c221fdcbb7dce648e971cd88))
## [9.14.3](https://github.com/folke/lazy.nvim/compare/v9.14.2...v9.14.3) (2023-04-16)

View File

@ -151,7 +151,7 @@ M.defaults = {
debug = false,
}
M.version = "9.14.3" -- x-release-please-version
M.version = "9.14.4" -- x-release-please-version
M.ns = vim.api.nvim_create_namespace("lazy")