Skip to content

Commit

Permalink
chore(bump): bump to v4.8.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 19, 2022
1 parent 347f2fa commit f87d868
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [4.8.2](https://github.com/olets/zsh-abbr/compare/v4.8.1...v4.8.2) (2022-11-19)


### Features

* **binaries:** remove [[#65](https://github.com/olets/zsh-abbr/issues/65)] ([347f2fa](https://github.com/olets/zsh-abbr/commit/347f2fa0c6b0a4069acc56dabd86911f04d777e5))



# [4.8.1](https://github.com/olets/zsh-abbr/compare/v4.8.0...v4.8.1) (2022-11-10)


Expand Down
6 changes: 3 additions & 3 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.8.1
# v4.8.2
# Copyright (c) 2019-present Henry Bley-Vroman


Expand Down Expand Up @@ -67,8 +67,8 @@ _abbr() {
quiet=$ABBR_QUIET
quiet=$(( ABBR_QUIETER || ABBR_QUIET ))
quieter=$ABBR_QUIETER
release_date="November 9 2022"
version="zsh-abbr version 4.8.1"
release_date="November 19 2022"
version="zsh-abbr version 4.8.2"

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

0 comments on commit f87d868

Please sign in to comment.