We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0f2af commit 0e6cb47Copy full SHA for 0e6cb47
.changeset/pre.json
@@ -6,6 +6,7 @@
6
},
7
"changesets": [
8
"chilled-baboons-battle",
9
+ "dull-candles-exercise",
10
"many-spies-fix",
11
"rude-berries-rescue",
12
"shy-turkeys-count",
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# @heymp/scratchpad
2
3
+## 1.0.0-next.5
4
+
5
+### Minor Changes
+- db0f2af: Open devtools automatically with cli flag. Use the `--devtools` flag
+ to enable the devtools in the browser.
## 1.0.0-next.4
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@heymp/scratchpad",
- "version": "1.0.0-next.4",
+ "version": "1.0.0-next.5",
"main": "bin/cli.js",
"type": "module",
"bin": {
0 commit comments