Skip to content

Commit

Permalink
chore(bump): bump to v4.9.4, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Feb 21, 2023
1 parent bbcea63 commit 9e9707b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# [4.9.4](https://github.com/olets/zsh-abbr/compare/v4.9.3...v4.9.4) (2023-02-21)

Update release date

# [4.9.3](https://github.com/olets/zsh-abbr/compare/v4.9.2...4.9.3) (2023-02-21)


Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "February 20 2023" "abbr 4.9.3" "User Commands"
.TH "ZSH-ABBR" 1 "February 20 2023" "abbr 4.9.4" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions zsh-abbr.zsh
@@ -1,6 +1,6 @@
# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v4.9.3
# v4.9.4
# 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="February 20 2023"
version="zsh-abbr version 4.9.3"
version="zsh-abbr version 4.9.4"

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

0 comments on commit 9e9707b

Please sign in to comment.