Skip to content

Commit

Permalink
feat(release): bump to v1.1.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed May 15, 2024
1 parent a43f99d commit 1ccafc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [v1.1.1](https://github.com/olets/zsh-window-title/compare/v1.1.0...v1.1.1) (2024-05-15)

Fix GitHub Actions.

# [v1.1.0](https://github.com/olets/zsh-window-title/compare/v1.0.2...v1.1.0) (2024-05-15)


Expand Down
2 changes: 1 addition & 1 deletion zsh-window-title.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__zwt_dir=${0:A:h}

'builtin' 'typeset' -g +r ZWT_VERSION >/dev/null && \
ZWT_VERSION=1.1.0 && \
ZWT_VERSION=1.1.1 && \
'builtin' 'typeset' -gr ZWT_VERSION

'builtin' 'typeset' -ga +r __zsh_window_title_command_prefixes >/dev/null && \
Expand Down

0 comments on commit 1ccafc1

Please sign in to comment.