Skip to content

Commit

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

## [3.1.5](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.4...v3.1.5) (2024-07-25)


### Bug Fixes

* grug-far appending extra text at the end of replaced files ([#263](https://github.com/mikavilpas/yazi.nvim/issues/263)) ([be2ac43](https://github.com/mikavilpas/yazi.nvim/commit/be2ac43a530b9b8c8b1a6185f07fac13f128f046))

## [3.1.4](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.3...v3.1.4) (2024-07-25)


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 = '3.1.4' -- x-release-please-version
M.version = '3.1.5' -- x-release-please-version

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

0 comments on commit a5f607e

Please sign in to comment.