diff --git a/changelog.md b/changelog.md index 539420a..e1f177a 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 f78f399..c49a213 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/links", - "version": "0.3.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/links", - "version": "0.3.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@types/http-link-header": "^1.0.2", diff --git a/package.json b/package.json index e32e03f..757ff40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/links", - "version": "0.3.0", + "version": "1.0.0", "description": "Weblinking Middelware for curveball", "type": "module", "exports": "./dist/index.js",