From 91c184e649942d67d7beaf34f46b22ac603198bc Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Thu, 25 Jul 2024 16:52:46 -0700 Subject: [PATCH] 1.0.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6d9fc55..6256eb5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -unreleased -====================== +1.0.0 / 2024-07-25 +================== * Drop support for Node.js <18.0 * `statuses@^2.0.1` diff --git a/package.json b/package.json index bfba279..cbad4bf 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.2", + "version": "1.0.0", "author": "TJ Holowaychuk ", "contributors": [ "Douglas Christopher Wilson ",