From 9be99b6ef9eac492bcf525961413e1442ba0334c Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 16 Nov 2024 21:39:20 +0200 Subject: [PATCH] chore(main): release 6.6.0 --- .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 e1cfad1..2f0a9c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.5.1" + ".": "6.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f8ce7..1fc3731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.6.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.5.1...v6.6.0) (2024-11-16) + + +### Features + +* support reacting to custom yazi DDS events ([882c200](https://github.com/mikavilpas/yazi.nvim/commit/882c200d3abc0f4c950d149e014096efe59c46ae)) + ## [6.5.1](https://github.com/mikavilpas/yazi.nvim/compare/v6.5.0...v6.5.1) (2024-11-13) diff --git a/lua/yazi.lua b/lua/yazi.lua index 9560cc4..3271f24 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require("yazi.config") local M = {} -M.version = "6.5.1" -- x-release-please-version +M.version = "6.6.0" -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState