Skip to content

Commit

Permalink
chore(main): release 5.4.0 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Aug 11, 2024
1 parent c57a4ea commit 9ac5eaf
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 @@
{
".": "5.3.1"
".": "5.4.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.4.0](https://github.com/mikavilpas/yazi.nvim/compare/v5.3.1...v5.4.0) (2024-08-11)


### Features

* open currently visible splits as yazi tabs (opt-in) ([#359](https://github.com/mikavilpas/yazi.nvim/issues/359)) ([c57a4ea](https://github.com/mikavilpas/yazi.nvim/commit/c57a4ea81d2a08a615e27c77fc03bd941ad2b8e1))

## [5.3.1](https://github.com/mikavilpas/yazi.nvim/compare/v5.3.0...v5.3.1) (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.1" -- x-release-please-version
M.version = "5.4.0" -- x-release-please-version

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

0 comments on commit 9ac5eaf

Please sign in to comment.