Skip to content

Commit

Permalink
chore(main): release 6.3.1 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Oct 2, 2024
1 parent 7422368 commit 2407338
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.3.0"
".": "6.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.3.1](https://github.com/mikavilpas/yazi.nvim/compare/v6.3.0...v6.3.1) (2024-10-02)


### Bug Fixes

* 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))

## [6.3.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.2.0...v6.3.0) (2024-09-22)


Expand Down
2 changes: 1 addition & 1 deletion lua/yazi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local configModule = require("yazi.config")

local M = {}

M.version = "6.3.0" -- x-release-please-version
M.version = "6.3.1" -- x-release-please-version

-- The last known state of yazi when it was closed
---@type YaziPreviousState
Expand Down

0 comments on commit 2407338

Please sign in to comment.