From dc6b5d4ec29355ffcf1ab122e52c27a98c392c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Tue, 10 Sep 2024 02:24:53 +0200 Subject: [PATCH] 1.1.0 --- HISTORY.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6256eb5..31b77e5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +1.1.0 / 2024-09-10 +================== + +* Changes from 0.19.0 + 1.0.0 / 2024-07-25 ================== @@ -38,6 +43,11 @@ - Remove `DEBUG_FD` environment variable support - Support 256 namespace colors +0.19.0 / 2024-09-10 +=================== + +* Remove link renderization in html while redirecting + 0.18.0 / 2022-03-23 =================== diff --git a/package.json b/package.json index bb1bf55..46d768a 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", + "version": "1.1.0", "author": "TJ Holowaychuk ", "contributors": [ "Douglas Christopher Wilson ",