diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b22086..4ac55ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 105ea16..8ca0a16 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -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")