From 14ba86dbfa97361428ef2413f0cb207e968cc58e Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 7 Dec 2024 09:52:52 +0200 Subject: [PATCH] chore(main): release 6.7.0 (#600) --- .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 91cb134..5c63699 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.1" + ".": "6.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ee7db..de38a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.7.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.6.1...v6.7.0) (2024-12-07) + + +### Features + +* using folke/snacks.nvim can preserve window layouts on deletes ([5c0f9b2](https://github.com/mikavilpas/yazi.nvim/commit/5c0f9b24ba0b87b8e2a79a685ac4a95577961fff)) + ## [6.6.1](https://github.com/mikavilpas/yazi.nvim/compare/v6.6.0...v6.6.1) (2024-12-02) diff --git a/lua/yazi.lua b/lua/yazi.lua index 9a7a7d3..1784687 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require("yazi.config") local M = {} -M.version = "6.6.1" -- x-release-please-version +M.version = "6.7.0" -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState