diff --git a/changelog.md b/changelog.md index a13881a..6ec53fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.0.2 (????-??-??) +1.0.2 (2024-01-15) ------------------ * Another JSON file. Files are now explictly included and in the root diff --git a/package-lock.json b/package-lock.json index c6f65f9..5973198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/browser", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/browser", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@curveball/static": "^1", diff --git a/package.json b/package.json index 037252e..c39afda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/browser", - "version": "1.0.1", + "version": "1.0.2", "description": "Automatic API browser generator. A middleware that turns your JSON responses into HTML if accessed by a browser.", "type": "module", "exports": "./dist/index.js",