Skip to content

Commit

Permalink
chore(main): release 2.6.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Jul 22, 2024
1 parent a2f6e2b commit 99aa55a
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 @@
{
".": "2.5.1"
".": "2.6.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.6.0](https://github.com/mikavilpas/yazi.nvim/compare/v2.5.1...v2.6.0) (2024-07-22)


### Features

* **health:** show exact version of yazi and ya in health check ([#238](https://github.com/mikavilpas/yazi.nvim/issues/238)) ([a2f6e2b](https://github.com/mikavilpas/yazi.nvim/commit/a2f6e2b6a96e3b3fd53c15629cb95b0347b1324a))

## [2.5.1](https://github.com/mikavilpas/yazi.nvim/compare/v2.5.0...v2.5.1) (2024-07-21)


Expand Down
2 changes: 1 addition & 1 deletion lua/yazi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local YaziProcess = require('yazi.process.yazi_process')

local M = {}

M.version = '2.5.1' -- x-release-please-version
M.version = '2.6.0' -- x-release-please-version

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

0 comments on commit 99aa55a

Please sign in to comment.