diff --git a/changelog.md b/changelog.md index d4382c5..c7612a3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.2 (????-??-??) +1.0.2 (2024-11-06) ------------------ * Fixed another bug related to CURVEBALL_TRUSTPROXY diff --git a/package-lock.json b/package-lock.json index c2300cb..4ddf3bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/core", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/core", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@types/ws": "^8.5.3", diff --git a/package.json b/package.json index e51a700..21c35d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/core", - "version": "1.0.1", + "version": "1.0.2", "description": "Curveball is a framework writting in Typescript for Node.js", "type": "module", "exports": "./dist/index.js",