From 759c1d4d281a0c96b4a463c10cfb130c113258de Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Sun, 14 Jan 2024 22:08:34 -0500 Subject: [PATCH] Releasing 1.0.0 --- changelog.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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",