Skip to content

Commit 6837d8e

Browse files
denobotkt3k
andauthored
chore: release 2025.07.29 (#6779)
Co-authored-by: kt3k <[email protected]>
1 parent 5f445f7 commit 6837d8e

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Releases.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 2025.07.29
2+
3+
#### @std/async 1.0.14 (patch)
4+
5+
- fix(async): allow delay timeout of arbitrary length (#6775)
6+
7+
#### @std/tar 0.1.7 (patch)
8+
9+
- fix(tar): receiving empty buffers (#6777)
10+
111
### 2025.07.22
212

313
#### @std/cli 1.0.21 (patch)

async/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/async",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"exports": {
55
".": "./mod.ts",
66
"./abortable": "./abortable.ts",

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license-checker": "jsr:@kt3k/[email protected]",
99

1010
"@std/assert": "jsr:@std/assert@^1.0.13",
11-
"@std/async": "jsr:@std/async@^1.0.13",
11+
"@std/async": "jsr:@std/async@^1.0.14",
1212
"@std/bytes": "jsr:@std/bytes@^1.0.6",
1313
"@std/cache": "jsr:@std/cache@^0.2.0",
1414
"@std/cbor": "jsr:@std/cbor@^0.1.8",
@@ -40,7 +40,7 @@
4040
"@std/random": "jsr:@std/random@^0.1.2",
4141
"@std/semver": "jsr:@std/semver@^1.0.5",
4242
"@std/streams": "jsr:@std/streams@^1.0.10",
43-
"@std/tar": "jsr:@std/tar@^0.1.6",
43+
"@std/tar": "jsr:@std/tar@^0.1.7",
4444
"@std/testing": "jsr:@std/testing@^1.0.15",
4545
"@std/text": "jsr:@std/text@^1.0.15",
4646
"@std/toml": "jsr:@std/toml@^1.0.8",

tar/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/tar",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"exports": {
55
".": "./mod.ts",
66
"./tar-stream": "./tar_stream.ts",

0 commit comments

Comments
 (0)