From 6e488792b5d7a5ffc56857f330c88d1881ea7f0d Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 6 Jun 2024 20:54:50 +1000 Subject: [PATCH] chore(bytes): release `bytes@1.0.0` (#4746) --- bytes/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytes/deno.json b/bytes/deno.json index 880f5c7c5c4a..9b036adc93bc 100644 --- a/bytes/deno.json +++ b/bytes/deno.json @@ -1,6 +1,6 @@ { "name": "@std/bytes", - "version": "1.0.0-rc.3", + "version": "1.0.0", "exports": { ".": "./mod.ts", "./concat": "./concat.ts",