diff --git a/.changeset/pre.json b/.changeset/pre.json index 0818130..b36b4d8 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -30,6 +30,7 @@ "tasty-radios-rhyme", "thin-sloths-perform", "two-pets-rescue", - "witty-apples-roll" + "witty-apples-roll", + "young-buckets-shout" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9d798..0ab5053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @heymp/scratchpad +## 1.0.0-next.21 + +### Minor Changes + +- 6ba7d90: Add "--disable-web-security" flag when using bypassCSP + ## 1.0.0-next.20 ### Patch Changes diff --git a/package.json b/package.json index 7e4d728..7f9492e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@heymp/scratchpad", "description": "Run TS/JS snippets in a locally", - "version": "1.0.0-next.20", + "version": "1.0.0-next.21", "main": "src/lib/index.js", "module": "src/lib/index.js", "type": "module",