diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f87756..cf533f28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2b5926..2e90eefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/mikavilpas/yazi.nvim/compare/v4.0.0...v4.0.1) (2024-07-28) + + +### Bug Fixes + +* help menu crashing when a keybinding is disabled ([#285](https://github.com/mikavilpas/yazi.nvim/issues/285)) ([dca52dd](https://github.com/mikavilpas/yazi.nvim/commit/dca52dd35ab76b6b6a994c1e7f2dc908cf15957d)) + ## [4.0.0](https://github.com/mikavilpas/yazi.nvim/compare/v3.5.0...v4.0.0) (2024-07-28) diff --git a/lua/yazi.lua b/lua/yazi.lua index cace826c..63e92064 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require('yazi.config') local M = {} -M.version = '4.0.0' -- x-release-please-version +M.version = '4.0.1' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState