From 6050c5b25dc4b35d5015306e8a32f19059475f78 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 8 Sep 2024 20:26:36 +0300 Subject: [PATCH] chore(main): release 6.0.7 (#443) --- .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 fe83669..cc181ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.6" + ".": "6.0.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbaf91..858f8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.7](https://github.com/mikavilpas/yazi.nvim/compare/v6.0.6...v6.0.7) (2024-09-08) + + +### Bug Fixes + +* opening a LazyVim session with folke/persistence.nvim starting yazi ([#442](https://github.com/mikavilpas/yazi.nvim/issues/442)) ([b8f4cc7](https://github.com/mikavilpas/yazi.nvim/commit/b8f4cc7fe365a4c16826efd5e07a9ca13fc6c11e)) + ## [6.0.6](https://github.com/mikavilpas/yazi.nvim/compare/v6.0.5...v6.0.6) (2024-09-07) diff --git a/lua/yazi.lua b/lua/yazi.lua index 5bc2654..db38aaf 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require("yazi.config") local M = {} -M.version = "6.0.6" -- x-release-please-version +M.version = "6.0.7" -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState