Skip to content

Commit

Permalink
one more fix regarding iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jan 10, 2022
1 parent 2dbb3b8 commit cf630de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/packagejson.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"start": "harold-scripts start"
},
"devDependencies": {
"harold-scripts": "^0.8.1"
"harold-scripts": "^0.8.2"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cf630de

Please sign in to comment.