Skip to content

Commit

Permalink
chore(main): release 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 4, 2024
1 parent f7ae54b commit 4fa8d8e
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.4.3"
".": "6.5.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.5.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.4.3...v6.5.0) (2024-11-04)


### Features

* allow using nvim's cwd in yazi keybindings ([#548](https://github.com/mikavilpas/yazi.nvim/issues/548)) ([f7ae54b](https://github.com/mikavilpas/yazi.nvim/commit/f7ae54bbe2346b28d0889140440272668708f33e))

## [6.4.3](https://github.com/mikavilpas/yazi.nvim/compare/v6.4.2...v6.4.3) (2024-10-17)


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

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

0 comments on commit 4fa8d8e

Please sign in to comment.