From 96d70203cd85c9598477755e196f5431fba380c8 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:36:38 -0400 Subject: [PATCH] chore: release 2024.08.07 (#5653) Co-authored-by: kt3k --- Releases.md | 6 ++++++ deno.json | 2 +- http/deno.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Releases.md b/Releases.md index cfa41127e..5de073afa 100644 --- a/Releases.md +++ b/Releases.md @@ -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) diff --git a/deno.json b/deno.json index 7f21ccb48..3bb4531dc 100644 --- a/deno.json +++ b/deno.json @@ -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", diff --git a/http/deno.json b/http/deno.json index 2007e4765..c52dd1c24 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,6 +1,6 @@ { "name": "@std/http", - "version": "1.0.1", + "version": "1.0.2", "exports": { ".": "./mod.ts", "./cookie": "./cookie.ts",