From 99aa55a6e3343faf9d2d62d737c6d0c63d560ab5 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Mon, 22 Jul 2024 13:44:27 +0300 Subject: [PATCH] chore(main): release 2.6.0 (#239) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lua/yazi.lua | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bd1b037..69e82f12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.1" + ".": "2.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1584db02..943a0f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.0](https://github.com/mikavilpas/yazi.nvim/compare/v2.5.1...v2.6.0) (2024-07-22) + + +### Features + +* **health:** show exact version of yazi and ya in health check ([#238](https://github.com/mikavilpas/yazi.nvim/issues/238)) ([a2f6e2b](https://github.com/mikavilpas/yazi.nvim/commit/a2f6e2b6a96e3b3fd53c15629cb95b0347b1324a)) + ## [2.5.1](https://github.com/mikavilpas/yazi.nvim/compare/v2.5.0...v2.5.1) (2024-07-21) diff --git a/lua/yazi.lua b/lua/yazi.lua index 1bbe8ba5..129f962c 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.1' -- x-release-please-version +M.version = '2.6.0' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState