Skip to content

Commit

Permalink
chore(main): release 5.3.1 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Aug 10, 2024
1 parent ed31153 commit 46bac67
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "5.3.0"
".": "5.3.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.3.1](https://github.com/mikavilpas/yazi.nvim/compare/v5.3.0...v5.3.1) (2024-08-10)


### Bug Fixes

* highlighting siblings of hovered directories ([#357](https://github.com/mikavilpas/yazi.nvim/issues/357)) ([ed31153](https://github.com/mikavilpas/yazi.nvim/commit/ed31153bb80205e556fb40cc9284dd00d5e32b72))
* **tests:** changing the tests had delay in restarting the test ([#355](https://github.com/mikavilpas/yazi.nvim/issues/355)) ([d5f170d](https://github.com/mikavilpas/yazi.nvim/commit/d5f170d4a75a8007c657ecb55c8c2adadbdb6074))

## [5.3.0](https://github.com/mikavilpas/yazi.nvim/compare/v5.2.1...v5.3.0) (2024-08-10)


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 = "5.3.0" -- x-release-please-version
M.version = "5.3.1" -- x-release-please-version

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

0 comments on commit 46bac67

Please sign in to comment.