From 5f41253c558fd4182ba46fab4d769bf42a18bcde Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Sat, 20 Jan 2024 01:49:05 -0500 Subject: [PATCH] Releasing 1.0.1 --- 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 ad0dd15..1c5da3f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.1 (????-??-??) +1.0.1 (2024-01-20) ------------------ * Remove dependency on @curveball/lernel diff --git a/package-lock.json b/package-lock.json index 5917ae9..6c93698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/cors", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/cors", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@curveball/http-errors": "^1.0.0" diff --git a/package.json b/package.json index 0df7e71..6bb8f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/cors", - "version": "1.0.0", + "version": "1.0.1", "description": "CORS middleware for curveball", "type": "module", "exports": "./dist/index.js",