diff --git a/changelog.md b/changelog.md index ad0dd15..1c5da3f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.1 (????-??-??) +1.0.1 (2024-01-20) ------------------ * Remove dependency on @curveball/lernel diff --git a/package-lock.json b/package-lock.json index 5917ae9..6c93698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/cors", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/cors", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@curveball/http-errors": "^1.0.0" diff --git a/package.json b/package.json index 0df7e71..6bb8f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/cors", - "version": "1.0.0", + "version": "1.0.1", "description": "CORS middleware for curveball", "type": "module", "exports": "./dist/index.js",