Skip to content

Commit

Permalink
chore(bump): bump to v4.9.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 11, 2023
1 parent 627490b commit 29a4991
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.9.2](https://github.com/olets/zsh-abbr/compare/v4.9.1...v4.9.2) (2023-02-10)


### Bug Fixes

* **binaries:** delete file missed in 347f2fa [[#73](https://github.com/olets/zsh-abbr/issues/73)] ([627490b](https://github.com/olets/zsh-abbr/commit/627490b169b3011a69491df5b536c264f7278900))



# [4.9.1](https://github.com/olets/zsh-abbr/compare/v4.8.4...v4.9.1) (2022-12-28)


Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "December 28 2022" "abbr 4.9.1" "User Commands"
.TH "ZSH-ABBR" 1 "February 10 2023" "abbr 4.9.2" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions zsh-abbr.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v4.9.1
# v4.9.2
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -68,7 +68,7 @@ _abbr() {
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="December 28 2022"
version="zsh-abbr version 4.9.1"
version="zsh-abbr version 4.9.2"

# Deprecation notices for values that could be meaningfully set after initialization
# Example form:
Expand Down

0 comments on commit 29a4991

Please sign in to comment.