Skip to content

Commit 447708a

Browse files
committed
chore(bump): bump to v5.4.1, update changelog
1 parent bb4ac60 commit 447708a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [5.4.1](https://github.com/olets/zsh-abbr/compare/v5.4.0...v5.4.1) (2024-03-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **abbr-expand-and-space:** available to zle while deprecated ([bb4ac60](https://github.com/olets/zsh-abbr/commit/bb4ac6011e73579b6f1e10bb08d7e291d6746be8))
7+
8+
9+
110
# [5.4.0](https://github.com/olets/zsh-abbr/compare/v5.3.0...v5.4.0) (2024-03-08)
211

312
### Features

man/man1/abbr.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "ZSH-ABBR" 1 "March 8 2024" "abbr 5.4.0" "User Commands"
1+
.TH "ZSH-ABBR" 1 "March 8 2024" "abbr 5.4.1" "User Commands"
22
.SH NAME
33
zsh\-abbr \- manage zsh abbreviations
44
.SH SYNOPSIS

zsh-abbr.zsh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88

@@ -81,7 +81,7 @@ abbr() {
8181
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
8282
quieter=$ABBR_QUIETER
8383
release_date="March 8 2024"
84-
version="zsh-abbr version 5.4.0"
84+
version="zsh-abbr version 5.4.1"
8585

8686
# Deprecation notices for values that could be meaningfully set after initialization
8787
# Example form:

0 commit comments

Comments
 (0)