From a7e8ac60d27c8d2e8471338f7485cce3d3de18b6 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 30 Nov 2024 16:15:46 +0200 Subject: [PATCH] chore(main): release 6.6.1 --- .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 2f0a9c43..91cb134c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.0" + ".": "6.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc37313..cc62c205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.6.1](https://github.com/mikavilpas/yazi.nvim/compare/v6.6.0...v6.6.1) (2024-11-30) + + +### Performance Improvements + +* **tests:** use `cy.runExCommand` in all tests ([97093b1](https://github.com/mikavilpas/yazi.nvim/commit/97093b16f3c9d027706bb97c4b65117e78d846d9)) + ## [6.6.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.5.1...v6.6.0) (2024-11-16) diff --git a/lua/yazi.lua b/lua/yazi.lua index 3271f24b..9a7a7d33 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require("yazi.config") local M = {} -M.version = "6.6.0" -- x-release-please-version +M.version = "6.6.1" -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState