Skip to content

Commit e435139

Browse files
committed
release 0.1.0
1 parent 5f1852d commit e435139

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ jobs:
4848
run: echo ::set-output name=version::$(echo ${{github.ref_name}} | sed 's/^v//')
4949

5050
- name: Setup Node
51-
uses: actions/setup-node@v4
51+
uses: actions/setup-node@v6
5252
with:
53-
node-version: 18.x
53+
node-version: 24
5454

5555
- name: Build
5656
run: deno task build:npm ${{steps.vars.outputs.version}}
5757

5858
- name: Publish
5959
run: npm publish --access=public
6060
working-directory: ./build/npm
61-
env:
62-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.0
2+
3+
- (fix): Fix error TS6137 with NPM package and "module": "nodenext"
4+
- added exports for jsx-runtime/html/svg
5+
- added exports for jsx-dev-runtime
6+
17
## 0.0.2
28

39
- Add TypeScript typings for HTML intrinsic elements

0 commit comments

Comments
 (0)