Skip to content

Commit 8657aab

Browse files
v3.0.1 (#137)
1 parent 89a42da commit 8657aab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ EXAMPLES
7575
]
7676
```
7777

78-
_See code: [src/commands/api.ts](https://github.com/heroku/heroku-api-plugin/blob/v3.0.0/src/commands/api.ts)_
78+
_See code: [src/commands/api.ts](https://github.com/heroku/heroku-api-plugin/blob/v3.0.1/src/commands/api.ts)_
7979
<!-- commandsstop -->

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heroku-cli/plugin-api",
33
"description": "access the Heroku API directly",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": "Heroku",
66
"bugs": {
77
"url": "https://github.com/heroku/heroku-api-plugin/issues"
@@ -10,15 +10,15 @@
1010
"node": ">=20"
1111
},
1212
"dependencies": {
13-
"@heroku/http-call": "^5.4.0",
1413
"@heroku-cli/color": "^2.0.4",
1514
"@heroku-cli/command": "^11.4.0",
15+
"@heroku/http-call": "^5.4.0",
1616
"@oclif/core": "^2.16.0",
1717
"edit-string": "^1.1.6",
1818
"fs-extra": "^9.0.1",
1919
"get-stdin": "8.0.0",
20-
"tsheredoc": "^1.0.1",
21-
"http-call": "^5.3.0"
20+
"http-call": "^5.3.0",
21+
"tsheredoc": "^1.0.1"
2222
},
2323
"devDependencies": {
2424
"@oclif/test": "^2.3.28",

0 commit comments

Comments
 (0)