Skip to content

Commit 01fb572

Browse files
committed
Bump version to 1.2.2
1 parent af41b6f commit 01fb572

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to `goto` will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.2] - 2018-03-13
9+
10+
### Added
11+
- zsh completion for -x, -p, -o
12+
813
## [1.2.1] - 2018-03-13
914

1015
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
## How does it work?
88

goto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ USAGE
110110
# Displays version
111111
_goto_version()
112112
{
113-
echo "goto version 1.2.1"
113+
echo "goto version 1.2.2"
114114
}
115115

116116
# Expands directory.

0 commit comments

Comments
 (0)