Skip to content

Commit 0c45f94

Browse files
committed
chore(main): release 9.2.1
1 parent 173d40f commit 0c45f94

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.2.0"
2+
".": "9.2.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.2.1](https://github.com/mikavilpas/yazi.nvim/compare/v9.2.0...v9.2.1) (2025-03-24)
4+
5+
6+
### Bug Fixes
7+
8+
* don't restore the previous buffer when yazi is closed ([173d40f](https://github.com/mikavilpas/yazi.nvim/commit/173d40fa4161321bb82faef9d6945f90eb96db6f))
9+
310
## [9.2.0](https://github.com/mikavilpas/yazi.nvim/compare/v9.1.0...v9.2.0) (2025-03-19)
411

512

lua/yazi.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local configModule = require("yazi.config")
44

55
local M = {}
66

7-
M.version = "9.2.0" -- x-release-please-version
7+
M.version = "9.2.1" -- x-release-please-version
88

99
-- The last known state of yazi when it was closed
1010
---@type YaziPreviousState

0 commit comments

Comments
 (0)