Skip to content

Commit e0a001c

Browse files
committed
fix(types): add types
1 parent 887752b commit e0a001c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bomb.sh/tools
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- Distribute with types
8+
39
## 0.2.3
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bomb.sh/tools",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "The internal dev, build, and lint CLI for Bombshell projects",
55
"keywords": [
66
"bombshell",
@@ -40,7 +40,7 @@
4040
"scripts": {
4141
"bsh": "node --experimental-strip-types --no-warnings ./src/bin.ts",
4242
"dev": "pnpm run bsh dev",
43-
"build": "pnpm run bsh build",
43+
"build": "pnpm run bsh build --dts",
4444
"format": "pnpm run bsh format",
4545
"init": "pnpm run bsh init",
4646
"lint": "pnpm run bsh lint",

0 commit comments

Comments
 (0)