Skip to content

Commit 4c9c156

Browse files
committed
4.0.0
1 parent 21ed9dd commit 4c9c156

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ EXAMPLES
133133
}
134134
```
135135

136-
_See code: [src/commands/auth/index.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/3.3.0/src/commands/auth/index.ts)_
136+
_See code: [src/commands/auth/index.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/4.0.0/src/commands/auth/index.ts)_
137137

138138
## `aio auth ctx`
139139

@@ -178,7 +178,7 @@ ALIASES
178178
$ aio context
179179
```
180180

181-
_See code: [src/commands/auth/ctx.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/3.3.0/src/commands/auth/ctx.ts)_
181+
_See code: [src/commands/auth/ctx.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/4.0.0/src/commands/auth/ctx.ts)_
182182

183183
## `aio auth login`
184184

@@ -229,7 +229,7 @@ ALIASES
229229
$ aio login
230230
```
231231

232-
_See code: [src/commands/auth/login.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/3.3.0/src/commands/auth/login.ts)_
232+
_See code: [src/commands/auth/login.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/4.0.0/src/commands/auth/login.ts)_
233233

234234
## `aio auth logout`
235235

@@ -264,7 +264,7 @@ ALIASES
264264
$ aio logout
265265
```
266266

267-
_See code: [src/commands/auth/logout.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/3.3.0/src/commands/auth/logout.ts)_
267+
_See code: [src/commands/auth/logout.ts](https://github.com/adobe/aio-cli-plugin-auth/blob/4.0.0/src/commands/auth/logout.ts)_
268268

269269
## `aio context`
270270

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/aio-cli-plugin-auth",
33
"description": "The IMS plugin to aio supports managing tokens for IMS such as login, logout, and retrieving and using tokens.",
4-
"version": "3.3.0",
4+
"version": "4.0.0",
55
"author": "Adobe",
66
"bugs": "https://github.com/adobe/aio-cli-plugin-auth/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)