Skip to content

Commit

Permalink
chore(data-structures): release [email protected] (#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jun 10, 2024
1 parent 35c240e commit 2d5b5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_structures/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/data-structures",
"version": "0.225.2",
"version": "1.0.0-rc.1",
"exports": {
".": "./mod.ts",
"./binary-heap": "./binary_heap.ts",
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@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",
"@std/data-structures": "jsr:@std/data-structures@^0.225.2",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1",
"@std/datetime": "jsr:@std/datetime@^0.224.1",
"@std/dotenv": "jsr:@std/dotenv@^0.224.0",
"@std/encoding": "jsr:@std/[email protected]",
Expand Down

0 comments on commit 2d5b5b4

Please sign in to comment.