mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: release 2024.08.07 (#5653)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
parent
32ece25136
commit
96d70203cd
@ -1,5 +1,11 @@
|
||||
### 2024.08.07
|
||||
|
||||
#### @std/http 1.0.2 (patch)
|
||||
|
||||
- fix(http/unstable): make `info` parameter optional (#5652)
|
||||
|
||||
### 2024.08.07
|
||||
|
||||
#### @std/archive 0.225.0 (minor)
|
||||
|
||||
- BREAKING(archive): remove `TarEntry.#header` (#5638)
|
||||
|
@ -29,7 +29,7 @@
|
||||
"@std/front-matter": "jsr:@std/front-matter@^1.0.1",
|
||||
"@std/fs": "jsr:@std/fs@^1.0.1",
|
||||
"@std/html": "jsr:@std/html@^1.0.1",
|
||||
"@std/http": "jsr:@std/http@^1.0.1",
|
||||
"@std/http": "jsr:@std/http@^1.0.2",
|
||||
"@std/ini": "jsr:@std/ini@^1.0.0-rc.3",
|
||||
"@std/internal": "jsr:@std/internal@^1.0.1",
|
||||
"@std/io": "jsr:@std/io@^0.224.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@std/http",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"exports": {
|
||||
".": "./mod.ts",
|
||||
"./cookie": "./cookie.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user