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 ",