Skip to content

Commit

Permalink
chore(cli): release [email protected] (#5068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Jun 18, 2024
1 parent 16fa0c8 commit 7e683c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/cli",
"version": "0.224.7",
"version": "1.0.0-rc.1",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@std/assert": "jsr:@std/[email protected]",
"@std/async": "jsr:@std/async@^1.0.0-rc.1",
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3",
"@std/cli": "jsr:@std/cli@^0.224.7",
"@std/cli": "jsr:@std/cli@^1.0.0-rc.1",
"@std/collections": "jsr:@std/collections@^1.0.0-rc.1",
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1",
"@std/csv": "jsr:@std/csv@^0.224.3",
Expand Down

0 comments on commit 7e683c1

Please sign in to comment.