From f0b8150db4a6b33d15cd92f956ea7a38ef3da078 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Feb 2021 06:14:38 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/tagoro9/fotingo/compare/v3.1.0...v3.2.0) (2021-02-12) ### Bug Fixes * **ui:** catch errors that happen before UI starts ([ccb8eea](https://github.com/tagoro9/fotingo/commit/ccb8eeaf84fd8737e807346816174b2b38b23c28)) ### Features * **start:** use fuzzy search to detect issue type ([f645042](https://github.com/tagoro9/fotingo/commit/f645042e08b09eb1db6e69dda9216b00625f46a4)) --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 39351e8e..03eefbce 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ npm install -g fotingo $ fotingo COMMAND running command... $ fotingo (-v|--version|version) -fotingo/3.1.0 linux-x64 node-v12.20.1 +fotingo/3.2.0 linux-x64 node-v12.20.1 $ fotingo --help [COMMAND] USAGE $ fotingo COMMAND @@ -82,7 +82,7 @@ OPTIONS -y, --yes Do not prompt for any input but accept all the defaults ``` -_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v3.1.0/src/commands/release.ts)_ +_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v3.2.0/src/commands/release.ts)_ ## `fotingo review` @@ -101,7 +101,7 @@ OPTIONS -y, --yes Do not prompt for any input but accept all the defaults ``` -_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v3.1.0/src/commands/review.ts)_ +_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v3.2.0/src/commands/review.ts)_ ## `fotingo start [ISSUE]` @@ -124,7 +124,7 @@ OPTIONS -t, --title=title Title of issue to create ``` -_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v3.1.0/src/commands/start.ts)_ +_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v3.2.0/src/commands/start.ts)_ diff --git a/package.json b/package.json index b435dde9..c07eb71c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fotingo", - "version": "3.1.0", + "version": "3.2.0", "description": "A CLI to ease the interaction between git, github and jira.", "main": "lib/index.js", "bin": {