Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
chore(release): 0.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.2](v0.6.1...v0.6.2) (2018-06-10)

### Bug Fixes

* ensure latest cli-ux ([2c74a10](2c74a10))
  • Loading branch information
semantic-release-bot committed Jun 10, 2018
1 parent 2c74a10 commit 05a692c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.6.2](https://github.com/heroku/heroku-cli-plugin-auth/compare/v0.6.1...v0.6.2) (2018-06-10)


### Bug Fixes

* ensure latest cli-ux ([2c74a10](https://github.com/heroku/heroku-cli-plugin-auth/commit/2c74a10))

## [0.6.1](https://github.com/heroku/heroku-cli-plugin-auth/compare/v0.6.0...v0.6.1) (2018-06-09)


Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ALIASES
$ heroku twofactor
```

_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/auth/2fa/index.ts)_
_See code: [src/commands/auth/2fa/index.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/auth/2fa/index.ts)_

## `heroku auth:2fa:disable`

Expand All @@ -56,7 +56,7 @@ EXAMPLES
Disabling 2fa on me@example.com... done
```

_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/auth/2fa/disable.ts)_
_See code: [src/commands/auth/2fa/disable.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/auth/2fa/disable.ts)_

## `heroku auth:2fa:generate-recovery-codes`

Expand Down Expand Up @@ -95,7 +95,7 @@ EXAMPLES
f82e7c2a50737494
```

_See code: [src/commands/auth/2fa/generate-recovery-codes.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/auth/2fa/generate-recovery-codes.ts)_
_See code: [src/commands/auth/2fa/generate-recovery-codes.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/auth/2fa/generate-recovery-codes.ts)_

## `heroku auth:login`

Expand All @@ -115,7 +115,7 @@ ALIASES
$ heroku login
```

_See code: [src/commands/auth/login.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/auth/login.ts)_

## `heroku auth:logout`

Expand All @@ -129,7 +129,7 @@ ALIASES
$ heroku logout
```

_See code: [src/commands/auth/logout.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/auth/logout.ts)_
_See code: [src/commands/auth/logout.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/auth/logout.ts)_

## `heroku auth:token`

Expand All @@ -147,7 +147,7 @@ DESCRIPTION
authorizations:create
```

_See code: [src/commands/auth/token.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/auth/token.ts)_
_See code: [src/commands/auth/token.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/auth/token.ts)_

## `heroku auth:whoami`

Expand All @@ -161,7 +161,7 @@ ALIASES
$ heroku whoami
```

_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/auth/whoami.ts)_
_See code: [src/commands/auth/whoami.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/auth/whoami.ts)_

## `heroku labs:disable [FEATURE]`

Expand All @@ -177,5 +177,5 @@ OPTIONS
--confirm=confirm
```

_See code: [src/commands/labs/disable.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.1/src/commands/labs/disable.ts)_
_See code: [src/commands/labs/disable.ts](https://github.com/heroku/heroku-cli-plugin-auth/blob/v0.6.2/src/commands/labs/disable.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-auth",
"description": "auth core plugin for Heroku CLI",
"version": "0.6.1",
"version": "0.6.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/heroku-cli-plugin-auth/issues",
"dependencies": {
Expand Down

0 comments on commit 05a692c

Please sign in to comment.