diff --git a/changelog.md b/changelog.md index c88f428..8b63057 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.0 (????-??-??) +1.0.0 (2024-01-20) ------------------ * Finally! Curveball v1. Only took 6 years. diff --git a/package-lock.json b/package-lock.json index 5ed6a5d..5917ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/cors", - "version": "0.3.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/cors", - "version": "0.3.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@curveball/http-errors": "^1.0.0" diff --git a/package.json b/package.json index c4bf76f..0df7e71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/cors", - "version": "0.3.0", + "version": "1.0.0", "description": "CORS middleware for curveball", "type": "module", "exports": "./dist/index.js",