We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaab61 commit dc6b5d4Copy full SHA for dc6b5d4
HISTORY.md
@@ -1,3 +1,8 @@
1
+1.1.0 / 2024-09-10
2
+==================
3
+
4
+* Changes from 0.19.0
5
6
1.0.0 / 2024-07-25
7
==================
8
@@ -38,6 +43,11 @@
38
43
- Remove `DEBUG_FD` environment variable support
39
44
- Support 256 namespace colors
40
45
46
+0.19.0 / 2024-09-10
47
+===================
48
49
+* Remove link renderization in html while redirecting
50
41
51
0.18.0 / 2022-03-23
42
52
===================
53
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 <tj@vision-media.ca>",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
0 commit comments