Skip to content

Commit

Permalink
chore(streams): release streams@1.0.0-rc.1 (#5074)
Browse files Browse the repository at this point in the history
* chore(streams): release `streams@1.0.0`

* chore: add -rc.1

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
  • Loading branch information
iuioiua and kt3k committed Jun 20, 2024
1 parent c52c6ee commit 1e12f50
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 @@ -42,7 +42,7 @@
"@std/path": "jsr:@std/path@1.0.0-rc.2",
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
"@std/semver": "jsr:@std/semver@^0.224.3",
"@std/streams": "jsr:@std/streams@^0.224.5",
"@std/streams": "jsr:@std/streams@^1.0.0-rc.1",
"@std/testing": "jsr:@std/testing@^0.225.2",
"@std/text": "jsr:@std/text@^1.0.0-rc.1",
"@std/toml": "jsr:@std/toml@^1.0.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion streams/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/streams",
"version": "0.224.5",
"version": "1.0.0-rc.1",
"exports": {
".": "./mod.ts",
"./buffer": "./buffer.ts",
Expand Down

0 comments on commit 1e12f50

Please sign in to comment.