Skip to content

Commit ff1a81a

Browse files
committed
chore(release): v2.4.1
1 parent c4fcd78 commit ff1a81a

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.4.1
6+
7+
[compare changes](https://github.com/unjs/nitro/compare/v2.4.0...v2.4.1)
8+
9+
10+
### 🩹 Fixes
11+
12+
- **pkg:** Add `http-proxy` types to deps ([#1213](https://github.com/unjs/nitro/pull/1213))
13+
- **vercel-edge:** Use platform provided `process` shim ([392ce64](https://github.com/unjs/nitro/commit/392ce64))
14+
- **netlify-edge:** Update output format ([41a4a6a](https://github.com/unjs/nitro/commit/41a4a6a))
15+
- **netlify-edge:** Support environment variables ([5c85c14](https://github.com/unjs/nitro/commit/5c85c14))
16+
- **netlify-edge:** Handle static asset urls ([116874f](https://github.com/unjs/nitro/commit/116874f))
17+
- **netlify-edge:** Fix body handling ([4c825b6](https://github.com/unjs/nitro/commit/4c825b6))
18+
- **vercel-edge:** Fix body handling ([c75c2f1](https://github.com/unjs/nitro/commit/c75c2f1))
19+
- **deno, lagon, sw:** Fix request body handling ([1c88e5e](https://github.com/unjs/nitro/commit/1c88e5e))
20+
- **netlify-edge:** Polyfill missing `x-forwarded-proto` header ([4e5f46e](https://github.com/unjs/nitro/commit/4e5f46e))
21+
22+
### 🏡 Chore
23+
24+
- Update dependencies ([c4fcd78](https://github.com/unjs/nitro/commit/c4fcd78))
25+
26+
### ❤️ Contributors
27+
28+
- Pooya Parsa ([@pi0](http://github.com/pi0))
29+
- Daniel Roe <[email protected]>
30+
531
## v2.3.3
632

733
[compare changes](https://github.com/unjs/nitro/compare/v2.3.2...v2.3.3)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitropack",
3-
"version": "2.3.3",
3+
"version": "2.4.1",
44
"description": "Build and Deploy Universal JavaScript Servers",
55
"repository": "unjs/nitro",
66
"license": "MIT",
@@ -148,4 +148,4 @@
148148
]
149149
}
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)