Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iridakos committed Mar 13, 2018
1 parent af41b6f commit 01fb572
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to `goto` will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.2.2] - 2018-03-13

### Added
- zsh completion for -x, -p, -o

## [1.2.1] - 2018-03-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A shell utility allowing users to change to aliased directories supporting auto-completion :feet:

![Generic badge](https://img.shields.io/badge/version-1.2.1-green.svg)
![Generic badge](https://img.shields.io/badge/version-1.2.2-green.svg)

## How does it work?

Expand Down
2 changes: 1 addition & 1 deletion goto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ USAGE
# Displays version
_goto_version()
{
echo "goto version 1.2.1"
echo "goto version 1.2.2"
}

# Expands directory.
Expand Down

0 comments on commit 01fb572

Please sign in to comment.