Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2021-02-12)

### Bug Fixes

* **ui:** catch errors that happen before UI starts ([ccb8eea](ccb8eea))

### Features

* **start:** use fuzzy search to detect issue type ([f645042](f645042))
  • Loading branch information
semantic-release-bot committed Feb 12, 2021
1 parent f645042 commit f0b8150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`

Expand All @@ -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]`

Expand All @@ -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)_
<!-- commandsstop -->
<!-- prettier-ignore-end -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f0b8150

Please sign in to comment.