We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6410e commit 3174092Copy full SHA for 3174092
.changeset/pre.json
@@ -8,6 +8,7 @@
8
"chilled-baboons-battle",
9
"many-spies-fix",
10
"rude-berries-rescue",
11
+ "shy-turkeys-count",
12
"silly-seas-impress"
13
]
14
}
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @heymp/scratchpad
2
3
+## 1.0.0-next.4
4
+
5
+### Minor Changes
6
7
+- 7b6410e: Migrate from tsc to esbuild for TS compilation
## 1.0.0-next.3
### Major Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@heymp/scratchpad",
- "version": "1.0.0-next.3",
+ "version": "1.0.0-next.4",
"main": "bin/cli.js",
"type": "module",
"bin": {
0 commit comments