Skip to content

Commit

Permalink
chore(version): bump, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Nov 2, 2020
1 parent 7cdc57a commit ccac4d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [v4.1.2](https://github.com/olets/zsh-abbr/compare/v4.1.1...v4.1.2) (2020-11-02)


### Bug Fixes

* **expand and accept:** autosuggestions not required [[#28](https://github.com/olets/zsh-abbr/issues/28)] ([7cdc57a](https://github.com/olets/zsh-abbr/commit/7cdc57a58f83b9ec929fdfd955716df97ee58919))


# [v4.1.1](https://github.com/olets/zsh-abbr/compare/v4.1.0...v4.1.1) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion man/abbr.txt
Expand Up @@ -261,4 +261,4 @@ AUTHORS



abbr 4.1.1 October 27 2020 ZSH-ABBR(1)
abbr 4.1.2 Nov 2 2020 ZSH-ABBR(1)
2 changes: 1 addition & 1 deletion man/man1/abbr.1
@@ -1,4 +1,4 @@
.TH "ZSH-ABBR" 1 "October 27 2020" "abbr 4.1.1" "User Commands"
.TH "ZSH-ABBR" 1 "Nov 2 2020" "abbr 4.1.2" "User Commands"
.SH NAME
zsh\-abbr \- manage zsh abbreviations
.SH SYNOPSIS
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.1.1
# v4.1.2
# Copyright (c) 2019-2020 Henry Bley-Vroman


Expand Down Expand Up @@ -51,8 +51,8 @@ _abbr() {
force=$ABBR_FORCE
number_opts=0
quiet=$ABBR_QUIET
release_date="Oct 24 2020"
version="zsh-abbr version 4.1.1"
release_date="Nov 2 2020"
version="zsh-abbr version 4.1.2"

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

0 comments on commit ccac4d0

Please sign in to comment.