From e1c26fe57d164fc83dc387865c034577c6ba2971 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Wed, 20 Mar 2024 19:49:01 -0500 Subject: [PATCH] 1.0.0-beta.2 --- HISTORY.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9aaa5fb..2f27fe2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +1.0.0-beta.2 / 2024-03-04 +========================= + + * Changes from 0.18.0 + 1.0.0-beta.1 / 2022-02-04 ========================= diff --git a/package.json b/package.json index 58e2a03..7a70567 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "send", "description": "Better streaming static file server with Range and conditional-GET support", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "author": "TJ Holowaychuk ", "contributors": [ "Douglas Christopher Wilson ",