Skip to content

Commit

Permalink
chore(regexp): release regexp@1.0.0 (#5207)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Jul 12, 2024
1 parent 63128c5 commit 16f9d35
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 @@ -40,7 +40,7 @@
"@std/msgpack": "jsr:@std/msgpack@^1.0.0",
"@std/net": "jsr:@std/net@^1.0.0-rc.1",
"@std/path": "jsr:@std/path@^1.0.0",
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/semver": "jsr:@std/semver@^1.0.0-rc.1",
"@std/streams": "jsr:@std/streams@^1.0.0-rc.2",
"@std/testing": "jsr:@std/testing@^1.0.0-rc.3",
Expand Down
2 changes: 1 addition & 1 deletion regexp/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/regexp",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./escape": "./escape.ts"
Expand Down

0 comments on commit 16f9d35

Please sign in to comment.