Skip to content

Commit 96d7020

Browse files
denobotkt3k
andauthored
chore: release 2024.08.07 (#5653)
Co-authored-by: kt3k <[email protected]>
1 parent 32ece25 commit 96d7020

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### 2024.08.07
22

3+
#### @std/http 1.0.2 (patch)
4+
5+
- fix(http/unstable): make `info` parameter optional (#5652)
6+
7+
### 2024.08.07
8+
39
#### @std/archive 0.225.0 (minor)
410

511
- BREAKING(archive): remove `TarEntry.#header` (#5638)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@std/front-matter": "jsr:@std/front-matter@^1.0.1",
3030
"@std/fs": "jsr:@std/fs@^1.0.1",
3131
"@std/html": "jsr:@std/html@^1.0.1",
32-
"@std/http": "jsr:@std/http@^1.0.1",
32+
"@std/http": "jsr:@std/http@^1.0.2",
3333
"@std/ini": "jsr:@std/ini@^1.0.0-rc.3",
3434
"@std/internal": "jsr:@std/internal@^1.0.1",
3535
"@std/io": "jsr:@std/io@^0.224.4",

http/deno.json

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

0 commit comments

Comments
 (0)