From 40d38ea594f7ce492d87b253fb569628c8dc6579 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 27 Jul 2024 19:45:23 +0300 Subject: [PATCH] chore(main): release 3.2.0 (#276) --- .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 226677f..95a37e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.8" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8006cf3..4bf7b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.8...v3.2.0) (2024-07-27) + + +### Features + +* can toggle help menu with `<f1>` key in the yazi window ([#275](https://github.com/mikavilpas/yazi.nvim/issues/275)) ([cc65bb5](https://github.com/mikavilpas/yazi.nvim/commit/cc65bb57abb970b7f5c1ce8db498f9712c3462cf)) + ## [3.1.8](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.7...v3.1.8) (2024-07-27) diff --git a/lua/yazi.lua b/lua/yazi.lua index 605b142..f9f3ca7 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require('yazi.config') local M = {} -M.version = '3.1.8' -- x-release-please-version +M.version = '3.2.0' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState