From 74aa40ba9d4859d5362f62d6a5a61f61c40e0220 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Feb 2019 23:18:38 +0000 Subject: [PATCH] chore(release): 2.2.2 [skip ci] ## [2.2.2](https://github.com/matchai/spacefish/compare/v2.2.1...v2.2.2) (2019-02-14) ### Bug Fixes * show git status based on SPACEFISH_GIT_STATUS_SHOW ([#155](https://github.com/matchai/spacefish/issues/155)) ([1d34eb9](https://github.com/matchai/spacefish/commit/1d34eb9)) --- CHANGELOG.md | 7 +++++++ fish_prompt.fish | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d6444..e46f55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.2](https://github.com/matchai/spacefish/compare/v2.2.1...v2.2.2) (2019-02-14) + + +### Bug Fixes + +* show git status based on SPACEFISH_GIT_STATUS_SHOW ([#155](https://github.com/matchai/spacefish/issues/155)) ([1d34eb9](https://github.com/matchai/spacefish/commit/1d34eb9)) + ## [2.2.1](https://github.com/matchai/spacefish/compare/v2.2.0...v2.2.1) (2019-02-14) diff --git a/fish_prompt.fish b/fish_prompt.fish index fe7f933..97b9380 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -1,7 +1,7 @@ function fish_prompt # Store the exit code of the last command set -g sf_exit_code $status - set -g SPACEFISH_VERSION 2.2.1 + set -g SPACEFISH_VERSION 2.2.2 # ------------------------------------------------------------------------------ # Configuration