chore: release 2024.08.07 (#5653)

Co-authored-by: kt3k <kt3k@users.noreply.github.com>
This commit is contained in:
denobot 2024-08-07 09:36:38 -04:00 committed by GitHub
parent 32ece25136
commit 96d70203cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -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)

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@std/http",
"version": "1.0.1",
"version": "1.0.2",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.ts",