Skip to content

Commit

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


## [0.6.0](v0.5.0...v0.6.0)
(2024-02-12)


### Features

* Add repo command ([#9](#9))
([4ce7fbd](4ce7fbd))
* **run:** Add keymap to download artifacts
([#6](#6))
([8bc2f1a](8bc2f1a))


### Bug Fixes

* Pass repo flag to preview and keybinding commands
([#8](#8))
([d97c8cb](d97c8cb))

---
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>
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent 4ce7fbd commit e9a6482
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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: 0.5.0 # x-release-please-version
placeholder: 0.6.0 # x-release-please-version
validations:
required: true
- type: input
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/benelan/gh-fzf/compare/v0.5.0...v0.6.0) (2024-02-12)


### Features

* Add repo command ([#9](https://github.com/benelan/gh-fzf/issues/9)) ([4ce7fbd](https://github.com/benelan/gh-fzf/commit/4ce7fbdf8cba5d524b3acb91e0e92329b71ac402))
* **run:** Add keymap to download artifacts ([#6](https://github.com/benelan/gh-fzf/issues/6)) ([8bc2f1a](https://github.com/benelan/gh-fzf/commit/8bc2f1a90c1e2860d6fa0dc35b32c0fdb2b4ffd2))


### Bug Fixes

* Pass repo flag to preview and keybinding commands ([#8](https://github.com/benelan/gh-fzf/issues/8)) ([d97c8cb](https://github.com/benelan/gh-fzf/commit/d97c8cbcdac5d2559e80c6a313238b5103e87937))

## [0.5.0](https://github.com/benelan/gh-fzf/compare/v0.4.0...v0.5.0) (2024-02-05)


Expand Down
2 changes: 1 addition & 1 deletion gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -e
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

GH_FZF_VERSION="0.5.0" # x-release-please-version
GH_FZF_VERSION="0.6.0" # x-release-please-version

# Usage info and logs {{{
# --------------------------------------------------------------------- {|}
Expand Down

0 comments on commit e9a6482

Please sign in to comment.