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 9a81107 commit 41dd2f0Copy full SHA for 41dd2f0
.changeset/pre.json
@@ -22,6 +22,7 @@
22
"many-tigers-deliver",
23
"rude-berries-rescue",
24
"rude-pets-hope",
25
+ "shaggy-monkeys-joke",
26
"shy-turkeys-count",
27
"silly-seas-impress",
28
"sixty-laws-draw",
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @heymp/scratchpad
2
3
+## 1.0.0-next.20
4
+
5
+### Patch Changes
6
7
+- 9a81107: Update esbuild depencency
8
9
## 1.0.0-next.19
10
11
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "@heymp/scratchpad",
"description": "Run TS/JS snippets in a locally",
- "version": "1.0.0-next.19",
+ "version": "1.0.0-next.20",
"main": "src/lib/index.js",
"module": "src/lib/index.js",
"type": "module",
0 commit comments