diff --git a/changelog.md b/changelog.md index 89eb482..2eaf002 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 578ac0c..a943d75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/controller", - "version": "0.5.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/controller", - "version": "0.5.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@curveball/http-errors": "^0.5.0" diff --git a/package.json b/package.json index 3e9a3cf..e9e7c96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/controller", - "version": "0.5.0", + "version": "1.0.0", "description": "A simple controller pattern for Curveball.js", "type": "module", "exports": "./dist/index.js",