Skip to content

Commit 0e6cb47

Browse files
Version Packages (next) (#34)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent db0f2af commit 0e6cb47

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"changesets": [
88
"chilled-baboons-battle",
9+
"dull-candles-exercise",
910
"many-spies-fix",
1011
"rude-berries-rescue",
1112
"shy-turkeys-count",

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @heymp/scratchpad
22

3+
## 1.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- db0f2af: Open devtools automatically with cli flag. Use the `--devtools` flag
8+
to enable the devtools in the browser.
9+
310
## 1.0.0-next.4
411

512
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heymp/scratchpad",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"main": "bin/cli.js",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)