Skip to content

Commit dbeeb01

Browse files
committed
chore(release): v0.11.2
1 parent b425701 commit dbeeb01

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.11.2
4+
5+
[compare changes](https://github.com/h3js/srvx/compare/v0.11.1...v0.11.2)
6+
7+
### 💅 Refactors
8+
9+
- **tracing:** Rename tracing channel `h3.fetch` to `h3.request` ([#176](https://github.com/h3js/srvx/pull/176))
10+
11+
### 🏡 Chore
12+
13+
- Apply automated updates ([54acbbf](https://github.com/h3js/srvx/commit/54acbbf))
14+
- Avoid adding version to docs ([e644208](https://github.com/h3js/srvx/commit/e644208))
15+
16+
### ❤️ Contributors
17+
18+
- Abdelrahman Awad <abdelrahman.awad@sentry.io>
19+
- Pooya Parsa ([@pi0](https://github.com/pi0))
20+
321
## v0.11.1
422

523
[compare changes](https://github.com/h3js/srvx/compare/v0.11.0...v0.11.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "srvx",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "Universal Server.",
55
"homepage": "https://srvx.h3.dev",
66
"license": "MIT",

0 commit comments

Comments
 (0)