Skip to content

Commit

Permalink
chore(json): release json@1.0.0 (#5215)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jul 22, 2024
1 parent a8a637f commit e1935ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@std/ini": "jsr:@std/ini@^1.0.0-rc.2",
"@std/internal": "jsr:@std/internal@^1.0.1",
"@std/io": "jsr:@std/io@^0.224.3",
"@std/json": "jsr:@std/json@^1.0.0-rc.3",
"@std/json": "jsr:@std/json@^1.0.0",
"@std/jsonc": "jsr:@std/jsonc@^1.0.0-rc.3",
"@std/log": "jsr:@std/log@^0.224.5",
"@std/media-types": "jsr:@std/media-types@^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion json/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/json",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./types": "./types.ts",
Expand Down

0 comments on commit e1935ec

Please sign in to comment.