Skip to content

Commit 2407338

Browse files
authored
chore(main): release 6.3.1 (#491)
1 parent 7422368 commit 2407338

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .release-please-manifest.json

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

Diff for: CHANGELOG.md

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

3+
## [6.3.1](https://github.com/mikavilpas/yazi.nvim/compare/v6.3.0...v6.3.1) (2024-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* use input dir if needed when changing cwd ([#487](https://github.com/mikavilpas/yazi.nvim/issues/487)) ([33857bf](https://github.com/mikavilpas/yazi.nvim/commit/33857bf7a32bdfff1a5236b80905e4c4f5ba4bd7))
9+
310
## [6.3.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.2.0...v6.3.0) (2024-09-22)
411

512

Diff for: 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 = "6.3.0" -- x-release-please-version
7+
M.version = "6.3.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)