diff --git a/changelog.md b/changelog.md index 62f6aa4..4cf8abf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -1.1.4 (????-??-??) +1.1.4 (2024-12-15) ------------------ * Make sure html-form-enhancer is included in npm build. diff --git a/package-lock.json b/package-lock.json index 15d2bac..7596fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/browser", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curveball/browser", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "@curveball/static": "^1", diff --git a/package.json b/package.json index 7d1f38a..b26f16e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/browser", - "version": "1.1.3", + "version": "1.1.4", "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",