diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e4fa7..5bb51bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### [0.8.2](https://github.com/juliancwirko/create-harold-app/releases/tag/v0.8.2) (2022-01-10) + +- added `allowFullScreen, allow` as allowed field in iframes - fix + ### [0.8.1](https://github.com/juliancwirko/create-harold-app/releases/tag/v0.8.1) (2022-01-10) - added `allowfullscreen` as allowed field in iframes diff --git a/bin/packagejson.template b/bin/packagejson.template index c160743..abfcf68 100644 --- a/bin/packagejson.template +++ b/bin/packagejson.template @@ -8,6 +8,6 @@ "start": "harold-scripts start" }, "devDependencies": { - "harold-scripts": "^0.8.1" + "harold-scripts": "^0.8.2" } } diff --git a/package-lock.json b/package-lock.json index e58bb67..d2ada96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "create-harold-app", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99880f9..511595f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-harold-app", - "version": "0.8.1", + "version": "0.8.2", "description": "Static blog/site generator", "author": "Julian Ćwirko (julian.io)", "license": "MIT",