diff --git a/CHANGELOG.md b/CHANGELOG.md index 110f192..d7a5d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.5.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.6...v1.5.0) (2024-08-25) + + +### Features + +* **iframe origin:** Take origin from URL ([30132ea](https://github.com/ff6347/p5-code-sandbox/commit/30132ea201b3d110c6358bec17de3554c3559342)) +* **loop protect:** Prevent infinite loops ([211a94a](https://github.com/ff6347/p5-code-sandbox/commit/211a94a8a6bc73b324e6ddc8400062d840fbe67f)) + ## [1.4.6](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.5...v1.4.6) (2024-03-10) diff --git a/package-lock.json b/package-lock.json index c32dbd7..e2f3a27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ff6347/p5-sandbox", - "version": "1.4.6", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ff6347/p5-sandbox", - "version": "1.4.6", + "version": "1.5.0", "hasInstallScript": true, "dependencies": { "@astrojs/check": "0.3.4", diff --git a/package.json b/package.json index 9e091c5..e73ba82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ff6347/p5-sandbox", "private": true, - "version": "1.4.6", + "version": "1.5.0", "type": "module", "scripts": { "copy:p5": "mkdirp ./public/lib && shx cp -r ./node_modules/p5/lib ./public/",