Skip to content

Commit

Permalink
chore(main): release 3.1.7 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Jul 26, 2024
1 parent c9ebbf6 commit 28e9ac0
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.6"
".": "3.1.7"
}
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.7](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.6...v3.1.7) (2024-07-26)


### Bug Fixes

* close the floating terminal if it loses focus ([#269](https://github.com/mikavilpas/yazi.nvim/issues/269)) ([c9ebbf6](https://github.com/mikavilpas/yazi.nvim/commit/c9ebbf6749980680a533125ac08a0d57257c04a9))

## [3.1.6](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.5...v3.1.6) (2024-07-26)


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

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

0 comments on commit 28e9ac0

Please sign in to comment.