diff --git a/changelog.md b/changelog.md index 705b3ef..0dd279c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.0 (????-??-??) +1.0.0 (2024-01-14) ------------------ * CommonJS support has been dropped. The previous version of this library had diff --git a/package-lock.json b/package-lock.json index f1f0fed..5ecb193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/kernel", - "version": "0.21.2", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/kernel", - "version": "0.21.2", + "version": "1.0.0", "license": "MIT", "dependencies": { "@curveball/http-errors": "^0.5.0", diff --git a/package.json b/package.json index 5770b48..38ddd92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/kernel", - "version": "0.21.2", + "version": "1.0.0", "description": "Curveball is a framework writting in Typescript for Node.js", "type": "module", "exports": "./dist/index.js",