From 76c3c970baea03c0a3a179612a93f37814b70d7f Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 5 Jun 2024 11:59:39 +1000 Subject: [PATCH] chore(html): release `html@1.0.0-rc.1` --- deno.json | 2 +- html/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index b70257eb51f5..b51c4fe7b93d 100644 --- a/deno.json +++ b/deno.json @@ -28,7 +28,7 @@ "@std/fmt": "jsr:@std/fmt@^0.225.3", "@std/front-matter": "jsr:@std/front-matter@^0.224.2", "@std/fs": "jsr:@std/fs@^0.229.1", - "@std/html": "jsr:@std/html@^0.224.2", + "@std/html": "jsr:@std/html@^1.0.0-rc.1", "@std/http": "jsr:@std/http@^0.224.3", "@std/ini": "jsr:@std/ini@^0.225.0", "@std/internal": "jsr:@std/internal@^1.0.0", diff --git a/html/deno.json b/html/deno.json index 3bc2bdfeafc3..ee6c8ceba7c2 100644 --- a/html/deno.json +++ b/html/deno.json @@ -1,6 +1,6 @@ { "name": "@std/html", - "version": "0.224.2", + "version": "1.0.0-rc.1", "exports": { ".": "./mod.ts", "./entities": "./entities.ts",