Skip to content

Commit

Permalink
v3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Feb 5, 2025
1 parent aefb1f4 commit a436eb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ EXAMPLES
]
```

_See code: [src/commands/api.ts](https://github.com/heroku/heroku-api-plugin/blob/v2.3.0/src/commands/api.ts)_
_See code: [src/commands/api.ts](https://github.com/heroku/heroku-api-plugin/blob/v3.0.0-beta.0/src/commands/api.ts)_
<!-- commandsstop -->
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-api",
"description": "access the Heroku API directly",
"version": "2.3.0",
"version": "3.0.0-beta.0",
"author": "Heroku",
"bugs": {
"url": "https://github.com/heroku/heroku-api-plugin/issues"
Expand All @@ -10,15 +10,15 @@
"node": ">=20"
},
"dependencies": {
"@heroku/http-call": "^5.4.0",
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^11.4.0",
"@heroku/http-call": "^5.4.0",
"@oclif/core": "^2.16.0",
"edit-string": "^1.1.6",
"fs-extra": "^9.0.1",
"get-stdin": "8.0.0",
"tsheredoc": "^1.0.1",
"http-call": "^5.3.0"
"http-call": "^5.3.0",
"tsheredoc": "^1.0.1"
},
"devDependencies": {
"@oclif/test": "^2.3.28",
Expand Down

0 comments on commit a436eb7

Please sign in to comment.