Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.3.2...v3.0.0) (2020-12-18)

### Bug Fixes

* **review:** filter out empty and null reviewers and labels ([c788797](c788797))

* feat!: deprecate node 10 ([a1d963b](a1d963b))

### BREAKING CHANGES

* Node 10 is no longer supported
  • Loading branch information
semantic-release-bot committed Dec 18, 2020
1 parent 7078b3e commit e2961f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.2 linux-x64 node-v12.18.4
fotingo/3.0.0 linux-x64 node-v12.20.0
$ fotingo --help [COMMAND]
USAGE
$ fotingo COMMAND
Expand Down Expand Up @@ -63,7 +63,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.1.0/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_

## `fotingo release RELEASE`

Expand All @@ -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.2/src/commands/release.ts)_
_See code: [src/commands/release.ts](https://github.com/tagoro9/fotingo/blob/v3.0.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/v2.3.2/src/commands/review.ts)_
_See code: [src/commands/review.ts](https://github.com/tagoro9/fotingo/blob/v3.0.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/v2.3.2/src/commands/start.ts)_
_See code: [src/commands/start.ts](https://github.com/tagoro9/fotingo/blob/v3.0.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": "2.3.2",
"version": "3.0.0",
"description": "A CLI to ease the interaction between git, github and jira.",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit e2961f8

Please sign in to comment.