diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78baf5b..0bd1b03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 427ede9..1584db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/mikavilpas/yazi.nvim/compare/v2.5.0...v2.5.1) (2024-07-21) + + +### Bug Fixes + +* buffer cycling small errors ([#234](https://github.com/mikavilpas/yazi.nvim/issues/234)) ([a43465e](https://github.com/mikavilpas/yazi.nvim/commit/a43465efef62b897474808e680fd9248c4ce6c71)) + ## [2.5.0](https://github.com/mikavilpas/yazi.nvim/compare/v2.4.0...v2.5.0) (2024-07-21) diff --git a/lua/yazi.lua b/lua/yazi.lua index 5ea523c..1bbe8ba 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -9,7 +9,7 @@ local YaziProcess = require('yazi.process.yazi_process') local M = {} -M.version = '2.5.0' -- x-release-please-version +M.version = '2.5.1' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState