diff --git a/changelog.md b/changelog.md index f9fa73f..dd44f02 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.1 (????-??-??) +1.0.1 (2024-01-25) ------------------ * The type is now exported. diff --git a/package-lock.json b/package-lock.json index 901771b..1c20052 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/links", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/links", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@types/http-link-header": "^1.0.2", diff --git a/package.json b/package.json index 757ff40..438f37d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/links", - "version": "1.0.0", + "version": "1.0.1", "description": "Weblinking Middelware for curveball", "type": "module", "exports": "./dist/index.js",