diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13be747..427ede9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/mikavilpas/yazi.nvim/compare/v2.4.0...v2.5.0) (2024-07-21) + + +### Features + +* pressing `tab` in yazi jumps to dir of next open split ([#232](https://github.com/mikavilpas/yazi.nvim/issues/232)) ([3cbc40c](https://github.com/mikavilpas/yazi.nvim/commit/3cbc40c01ef96c0d1d56b6caa33bb951b7212c0e)) + ## [2.4.0](https://github.com/mikavilpas/yazi.nvim/compare/v2.3.1...v2.4.0) (2024-07-20) diff --git a/lua/yazi.lua b/lua/yazi.lua index 1334966..5ea523c 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.4.0' -- x-release-please-version +M.version = '2.5.0' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState