Skip to content

Commit 7e1035f

Browse files
committed
chore: release v0.2.1
1 parent 6a97c1d commit 7e1035f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: oven-sh/setup-bun@v1
3232

3333
- name: Lint
34-
run: bun run lint
34+
run: bun --bun run lint
3535

3636
typecheck:
3737
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bun-plugin-dts-auto",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Automatically generate d.ts files for Bun packages.",
55
"author": "Chris Breuer <chris@ow3.org>",
66
"license": "MIT",

0 commit comments

Comments
 (0)