Skip to content

Commit

Permalink
chore(bump): bump to v5.4.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Mar 9, 2024
1 parent bb4ac60 commit 447708a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [5.4.1](https://github.com/olets/zsh-abbr/compare/v5.4.0...v5.4.1) (2024-03-08)


### Bug Fixes

* **abbr-expand-and-space:** available to zle while deprecated ([bb4ac60](https://github.com/olets/zsh-abbr/commit/bb4ac6011e73579b6f1e10bb08d7e291d6746be8))



# [5.4.0](https://github.com/olets/zsh-abbr/compare/v5.3.0...v5.4.0) (2024-03-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "March 8 2024" "abbr 5.4.0" "User Commands"
.TH "ZSH-ABBR" 1 "March 8 2024" "abbr 5.4.1" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions zsh-abbr.zsh
Expand Up @@ -2,7 +2,7 @@

# abbreviation management for zsh, inspired by fish shell and enhanced
# https://github.com/olets/zsh-abbr
# v5.4.0
# v5.4.1
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -81,7 +81,7 @@ abbr() {
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="March 8 2024"
version="zsh-abbr version 5.4.0"
version="zsh-abbr version 5.4.1"

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

0 comments on commit 447708a

Please sign in to comment.