Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.1.0 / 2024-09-10
===================

* Changes from 1.16.0

2.0.0 / 2024-08-23
==================

Expand Down Expand Up @@ -26,6 +31,11 @@
- Use `mime-types` for file to content type mapping
- deps: [email protected]

1.16.0 / 2024-09-10
===================

* Remove link renderization in html while redirecting

1.15.0 / 2022-03-24
===================

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": "serve-static",
"description": "Serve static files",
"version": "2.0.0",
"version": "2.1.0",
"author": "Douglas Christopher Wilson <[email protected]>",
"license": "MIT",
"repository": "expressjs/serve-static",
Expand Down
Loading