diff --git a/changelog.txt b/changelog.txt index a68d3a2..8b13789 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. + diff --git a/package-lock.json b/package-lock.json index 08236ca..dd9ac4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "superstatic", - "version": "10.0.0", + "version": "11.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "superstatic", - "version": "10.0.0", + "version": "11.0.0", "license": "MIT", "dependencies": { "basic-auth-connect": "^1.1.0", diff --git a/package.json b/package.json index 13405fa..54b289e 100644 --- a/package.json +++ b/package.json @@ -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",