Skip to content

Commit

Permalink
chore(data-structures): release data-structures@1.0.0 (#5205)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jul 12, 2024
1 parent 492b01b commit 22d3bda
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": "1.0.0-rc.2",
"version": "1.0.0",
"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.3",
"@std/crypto": "jsr:@std/crypto@^1.0.1-rc.1",
"@std/csv": "jsr:@std/csv@^1.0.0-rc.2",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.2",
"@std/data-structures": "jsr:@std/data-structures@^1.0.0",
"@std/datetime": "jsr:@std/datetime@^0.224.2",
"@std/dotenv": "jsr:@std/dotenv@^0.224.2",
"@std/encoding": "jsr:@std/encoding@^1.0.1",
Expand Down

0 comments on commit 22d3bda

Please sign in to comment.