From a652496413a64e69f037b642df1b3180b913b1cf Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 15 Dec 2024 21:23:49 +0200 Subject: [PATCH] chore(main): release 6.10.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 7c53a1b..a83e347 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.9.0" + ".": "6.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e745c6..b527919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.10.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.9.0...v6.10.0) (2024-12-15) + + +### Features + +* add fzf-lua integration for grepping in files and dirs ([56b80f3](https://github.com/mikavilpas/yazi.nvim/commit/56b80f3e7cf6f4559fa2898cb33844eb10f0d97d)) + ## [6.9.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.8.0...v6.9.0) (2024-12-12) diff --git a/lua/yazi.lua b/lua/yazi.lua index 76d16f9..fcacd51 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require("yazi.config") local M = {} -M.version = "6.9.0" -- x-release-please-version +M.version = "6.10.0" -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState