diff --git a/changelog.md b/changelog.md index e665b1d..fd84627 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.0 (????-??-??) +1.0.0 (2024-01-15) ------------------ * Finally! Curveball v1. Only took 6 years. diff --git a/package-lock.json b/package-lock.json index 73769e6..374c8df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/static", - "version": "0.4.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/static", - "version": "0.4.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "mime-types": "^2.1.29" diff --git a/package.json b/package.json index de745c8..732083b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/static", - "version": "0.4.0", + "version": "1.0.0", "description": "A curveball middleware for serving static files from a filesystem", "type": "module", "exports": "./dist/index.js",