Skip to content

Commit

Permalink
chore(bump): bump to v4.8.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 10, 2022
1 parent 8a01f32 commit 60ad999
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.1](https://github.com/olets/zsh-abbr/compare/v4.8.0...v4.8.1) (2022-11-10)


### Features

* **widgets:** deprecate functions which were not dropped in v4.1.0... ([8a01f32](https://github.com/olets/zsh-abbr/commit/8a01f32514257422a4d50484e22a1ea40386f098))



# [4.8.0](https://github.com/olets/zsh-abbr/compare/v4.7.1...v4.8.0) (2022-09-08)


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.0
# v4.8.1
# 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="January 3 2022"
version="zsh-abbr version 4.8.0"
release_date="November 9 2022"
version="zsh-abbr version 4.8.1"

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

0 comments on commit 60ad999

Please sign in to comment.