Skip to content

Commit

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


### Bug Fixes

* **preexec:** play nice with inline zsh scripts... ([b1ddc56](https://github.com/olets/zsh-window-title/commit/b1ddc5637abf0ff06f4cddb5b0b75575d921ef70))



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

Continued GitHub Actions work.
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.2 && \
ZWT_VERSION=1.1.3 && \
'builtin' 'typeset' -gr ZWT_VERSION

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

0 comments on commit 387f0bb

Please sign in to comment.