Skip to content

Commit 3174092

Browse files
Version Packages (next) (#32)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b6410e commit 3174092

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"chilled-baboons-battle",
99
"many-spies-fix",
1010
"rude-berries-rescue",
11+
"shy-turkeys-count",
1112
"silly-seas-impress"
1213
]
1314
}

CHANGELOG.md

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

3+
## 1.0.0-next.4
4+
5+
### Minor Changes
6+
7+
- 7b6410e: Migrate from tsc to esbuild for TS compilation
8+
39
## 1.0.0-next.3
410

511
### Major 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.3",
3+
"version": "1.0.0-next.4",
44
"main": "bin/cli.js",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)