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
5 changes: 1 addition & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- *Breaking:* Removed support for Node 20.
- Added support for node 26.
- Replaces obsolete glob-slasher dependency with a local path/glob normalization utility.
- Replaces join-path with native utilities.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog has been completely emptied. Deleting the release history removes valuable context for users and maintainers. If this was unintentional, please restore the previous changelog entries and append the new changes for version 11.0.0.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superstatic",
"version": "10.0.0",
"version": "11.0.0",
"description": "A static file server for fancy apps",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
Loading