File tree Expand file tree Collapse file tree 3 files changed +5
-22
lines changed
Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 1- name : Publish Experimental
1+ name : Publish
22
33on :
44 release :
1616 ACTIONS_RUNNER_DEBUG : true
1717
1818jobs :
19- changelog :
20- name : ' Generate Changelog'
21- runs-on : ubuntu-latest
22- steps :
23- - name : Checkout
24- uses : actions/checkout@v4
25- with :
26- fetch-depth : 0
27-
28- - uses : oven-sh/setup-bun@v1
29- with :
30- bun-version : latest
31-
32- - name : Generate Changelog
33- env :
34- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35- run : bunx changelogithub --no-group
36- continue-on-error : true
37-
3819 publish-npm :
3920 name : ' Publish: npm Registry'
4021 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ # 1.1.2 - 18 Dec 2024
2+ Bug fix:
3+ - [ #40 ] ( https://github.com/elysiajs/elysia-static/pull/40 ) serve indexHTML
14
25# 1.1.0 - 16 Jul 2024
36Change:
811Change:
912- Add support for Elysia 1.1
1013
11-
1214# 1.0.3 - 24 Apr 2024
1315Improvement:
1416- [ #26 ] ( https://github.com/elysiajs/elysia-static/pull/26 ) support system paths (windows)
Original file line number Diff line number Diff line change 11{
22 "name" : " @elysiajs/static" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "dev" : " bun run --hot example/index.ts" ,
You can’t perform that action at this time.
0 commit comments