Skip to content

Commit 9c05ee5

Browse files
committed
📘 feat: merge pr
1 parent 3efa4ab commit 9c05ee5

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Experimental
1+
name: Publish
22

33
on:
44
release:
@@ -16,25 +16,6 @@ env:
1616
ACTIONS_RUNNER_DEBUG: true
1717

1818
jobs:
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

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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
36
Change:
@@ -8,7 +11,6 @@ Change:
811
Change:
912
- Add support for Elysia 1.1
1013

11-
1214
# 1.0.3 - 24 Apr 2024
1315
Improvement:
1416
- [#26](https://github.com/elysiajs/elysia-static/pull/26) support system paths (windows)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)