Skip to content

Commit

Permalink
0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 9, 2024
1 parent 0a9fa80 commit 19efaa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unreleased
0.19.1 / 2024-10-09
===================

* deps: encodeurl@~2.0.0
Expand Down Expand Up @@ -490,37 +490,37 @@ unreleased

* update range-parser and fresh

0.1.4 / 2013-08-11
0.1.4 / 2013-08-11
==================

* update fresh

0.1.3 / 2013-07-08
0.1.3 / 2013-07-08
==================

* Revert "Fix fd leak"

0.1.2 / 2013-07-03
0.1.2 / 2013-07-03
==================

* Fix fd leak

0.1.0 / 2012-08-25
0.1.0 / 2012-08-25
==================

* add options parameter to send() that is passed to fs.createReadStream() [kanongil]

0.0.4 / 2012-08-16
0.0.4 / 2012-08-16
==================

* allow custom "Accept-Ranges" definition

0.0.3 / 2012-07-16
0.0.3 / 2012-07-16
==================

* fix normalization of the root directory. Closes #3

0.0.2 / 2012-07-09
0.0.2 / 2012-07-09
==================

* add passing of req explicitly for now (YUCK)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "send",
"description": "Better streaming static file server with Range and conditional-GET support",
"version": "0.19.0",
"version": "0.19.1",
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
"Douglas Christopher Wilson <[email protected]>",
Expand Down

0 comments on commit 19efaa3

Please sign in to comment.