Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2020-09-22)

### Bug Fixes

* **git:** improve error message when push fails ([dd377cb](dd377cb)), closes [#117](#117)
* **jira:** show better error message when Jira returns a 401 ([06e259c](06e259c)), closes [#79](#79)
  • Loading branch information
semantic-release-bot committed Sep 22, 2020
1 parent 06e259c commit f53ba6d
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/2.3.0 linux-x64 node-v12.18.3
fotingo/2.3.1 linux-x64 node-v12.18.3
$ 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/v2.3.0/src/commands/release.ts)_
_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v2.3.1/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/v2.3.0/src/commands/review.ts)_
_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v2.3.1/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/v2.3.0/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v2.3.1/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": "2.3.0",
"version": "2.3.1",
"description": "A CLI to ease the interaction between git, github and jira.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit f53ba6d

Please sign in to comment.