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 541383a commit 9e0ac3aCopy full SHA for 9e0ac3a
.changeset/pre.json
@@ -15,6 +15,7 @@
15
"fair-parrots-sleep",
16
"loud-rivers-pretend",
17
"many-spies-fix",
18
+ "many-tigers-deliver",
19
"rude-berries-rescue",
20
"rude-pets-hope",
21
"shy-turkeys-count",
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @heymp/scratchpad
2
3
+## 1.0.0-next.12
4
+
5
+### Patch Changes
6
7
+- 541383a: Fix: logging undefined breaks log output
8
9
+ fixes: #58
10
11
## 1.0.0-next.11
12
13
### Minor Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "@heymp/scratchpad",
"description": "Run TS/JS snippets in a locally",
- "version": "1.0.0-next.11",
+ "version": "1.0.0-next.12",
"main": "bin/cli.js",
"type": "module",
"bin": {
0 commit comments