From 5f13f69851d2b244891d77590db9e3370197facc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 10:21:25 +0200 Subject: [PATCH] chore(main): release 9.14.4 (#734) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lua/lazy/core/config.lua | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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")