We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7522bd7 commit d666e75Copy full SHA for d666e75
.changeset/pre.json
@@ -25,6 +25,7 @@
25
"sixty-laws-draw",
26
"swift-planets-rescue",
27
"tasty-radios-rhyme",
28
- "two-pets-rescue"
+ "two-pets-rescue",
29
+ "witty-apples-roll"
30
]
31
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @heymp/scratchpad
2
3
+## 1.0.0-next.16
4
+
5
+### Patch Changes
6
7
+- 7522bd7: Fix: generate config failing
8
9
## 1.0.0-next.15
10
11
### Minor Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "@heymp/scratchpad",
"description": "Run TS/JS snippets in a locally",
- "version": "1.0.0-next.15",
+ "version": "1.0.0-next.16",
"main": "src/lib/index.js",
"module": "src/lib/index.js",
"type": "module",
0 commit comments