From a6ee27306a0753e2e1df6ded993bd5d0f29c2eb3 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 25 Jun 2024 15:33:53 +1000 Subject: [PATCH] chore(http): release `http@1.0.0-rc.1` --- deno.json | 2 +- http/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 4319f41030eb..02bef09d22c8 100644 --- a/deno.json +++ b/deno.json @@ -29,7 +29,7 @@ "@std/front-matter": "jsr:@std/front-matter@^0.224.2", "@std/fs": "jsr:@std/fs@^1.0.0-rc.1", "@std/html": "jsr:@std/html@^1.0.0-rc.1", - "@std/http": "jsr:@std/http@^0.224.5", + "@std/http": "jsr:@std/http@^1.0.0-rc.1", "@std/ini": "jsr:@std/ini@^0.225.1", "@std/internal": "jsr:@std/internal@^1.0.0", "@std/io": "jsr:@std/io@^0.224.2", diff --git a/http/deno.json b/http/deno.json index c5e028e9e60f..3121d5cf4ab0 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,6 +1,6 @@ { "name": "@std/http", - "version": "0.224.5", + "version": "1.0.0-rc.1", "exports": { ".": "./mod.ts", "./cookie": "./cookie.ts",