Skip to content

Commit

Permalink
chore(main): release 0.14.1 (#40)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.14.1](v0.14.0...v0.14.1)
(2024-08-21)


### Bug Fixes

* **issue, label, milestone:** Add manual `/dev/tty` redirection to
prevent `read` error during user input prompts
([#39](#39))
([4e2ba98](4e2ba98)),
closes [#38](#38)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Elan <[email protected]>
  • Loading branch information
github-actions[bot] and benelan authored Aug 21, 2024
1 parent 4e2ba98 commit 1c57fc6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.14.1"
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body:
attributes:
label: Reproduction Version
description: The latest version that reproduces the issue (check `gh fzf version`)
placeholder: v0.14.0 # x-release-please-version
placeholder: v0.14.1 # x-release-please-version
validations:
required: true
- type: input
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.14.1](https://github.com/benelan/gh-fzf/compare/v0.14.0...v0.14.1) (2024-08-21)


### Bug Fixes

* **issue, label, milestone:** Add manual `/dev/tty` redirection to prevent `read` error during user input prompts ([#39](https://github.com/benelan/gh-fzf/issues/39)) ([4e2ba98](https://github.com/benelan/gh-fzf/commit/4e2ba984c0f903056c05ebd034ebbaf73e2ae042)), closes [#38](https://github.com/benelan/gh-fzf/issues/38)

## [0.14.0](https://github.com/benelan/gh-fzf/compare/v0.13.0...v0.14.0) (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

set -e

GH_FZF_VERSION="v0.14.0" # x-release-please-version
GH_FZF_VERSION="v0.14.1" # x-release-please-version

# USAGE INFO AND LOGS {{{1

Expand Down

0 comments on commit 1c57fc6

Please sign in to comment.