We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cb641 commit ba8d059Copy full SHA for ba8d059
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.11.15
4
+
5
+[compare changes](https://github.com/h3js/srvx/compare/v0.11.14...v0.11.15)
6
7
+### 🩹 Fixes
8
9
+- **node/web:** Do not swallow `getReader` errors ([#199](https://github.com/h3js/srvx/pull/199))
10
11
+### ❤️ Contributors
12
13
+- Joël Charles ([@magne4000](https://github.com/magne4000))
14
15
## v0.11.14
16
17
[compare changes](https://github.com/h3js/srvx/compare/v0.11.13...v0.11.14)
package.json
@@ -1,6 +1,6 @@
{
"name": "srvx",
- "version": "0.11.14",
+ "version": "0.11.15",
"description": "Universal Server.",
"homepage": "https://srvx.h3.dev",
"license": "MIT",
0 commit comments