diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965a341..aca3a494 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.0" + ".": "2.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cfc40ad..4f48d402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/mikavilpas/yazi.nvim/compare/v2.3.0...v2.3.1) (2024-07-19) + + +### Bug Fixes + +* crash without newest yazi ([#227](https://github.com/mikavilpas/yazi.nvim/issues/227)) ([de4e79e](https://github.com/mikavilpas/yazi.nvim/commit/de4e79e07867c29c871a91d464c421ca1f26ba33)) + ## [2.3.0](https://github.com/mikavilpas/yazi.nvim/compare/v2.2.2...v2.3.0) (2024-07-19) diff --git a/lua/yazi.lua b/lua/yazi.lua index 628ae4f7..601ceda0 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -9,7 +9,7 @@ local YaziProcess = require('yazi.yazi_process') local M = {} -M.version = '2.3.0' -- x-release-please-version +M.version = '2.3.1' -- x-release-please-version ---@param config? YaziConfig? ---@param input_path? string