This commit is contained in:
Junegunn Choi 2021-02-03 22:32:52 +09:00
parent 1b61e5e9e9
commit 6654239c94
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ CHANGELOG
------
- Added `close` action
- Close preview window if open, abort fzf otherwise
- Bug fixes and improvements
0.25.0
------

View File

@ -2,7 +2,7 @@
set -u
version=0.25.0
version=0.25.1
auto_completion=
key_bindings=
update_config=2

View File

@ -1,4 +1,4 @@
$version="0.25.0"
$version="0.25.1"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition