Skip to content

Commit f453797

Browse files
Version Packages (next) (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 02e9e73 commit f453797

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"eleven-hairs-dream",
1515
"eleven-kiwis-remain",
1616
"fair-parrots-sleep",
17+
"honest-ads-tap",
1718
"large-suns-buy",
1819
"loud-rivers-pretend",
1920
"lovely-rats-glow",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @heymp/scratchpad
22

3+
## 1.0.0-next.19
4+
5+
### Patch Changes
6+
7+
- 02e9e73: Add bypassCSP flag to run command.
8+
9+
Example:
10+
11+
```bash
12+
scratchpad run test.ts --bypassCSP
13+
```
14+
315
## 1.0.0-next.18
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@heymp/scratchpad",
33
"description": "Run TS/JS snippets in a locally",
4-
"version": "1.0.0-next.18",
4+
"version": "1.0.0-next.19",
55
"main": "src/lib/index.js",
66
"module": "src/lib/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)