Skip to content

Commit 90d25fc

Browse files
committed
chore(release): v2.2.0
1 parent ab03de1 commit 90d25fc

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
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.2.0
6+
7+
[compare changes](https://github.com/unjs/nitro/compare/v2.1.2...v2.2.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Support runtime proxy using route rules ([#926](https://github.com/unjs/nitro/pull/926))
13+
- **cloudflare:** `cacheControl` support for public assets with with `maxAge` ([#922](https://github.com/unjs/nitro/pull/922))
14+
- **cloudflare:** Expose `event.context.cf` ([#927](https://github.com/unjs/nitro/pull/927))
15+
- **firebase:** Use nodejs 18 as default runtime ([#925](https://github.com/unjs/nitro/pull/925))
16+
- Support `event.fetch` and `event.$fetch` ([#930](https://github.com/unjs/nitro/pull/930))
17+
- **vercel:** Auto-detect runtime version ([#879](https://github.com/unjs/nitro/pull/879))
18+
19+
### 🩹 Fixes
20+
21+
- Apply cached rules to overlaping wildcard patterns ([#906](https://github.com/unjs/nitro/pull/906))
22+
- **cloudflare:** Use full mime db ([#933](https://github.com/unjs/nitro/pull/933))
23+
24+
### 🏡 Chore
25+
26+
- Fix lint issue ([cf4d661](https://github.com/unjs/nitro/commit/cf4d661))
27+
- Update dependencies ([ab03de1](https://github.com/unjs/nitro/commit/ab03de1))
28+
29+
### ❤️ Contributors
30+
31+
- Pooya Parsa <[email protected]>
32+
- Shohei Maeda
33+
- Luke Nelson <[email protected]>
34+
- Oleg Khalin
35+
- Daniel Roe <[email protected]>
36+
537
## v2.1.2
638

739
[compare changes](https://github.com/unjs/nitro/compare/v2.1.1...v2.1.2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitropack",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Build and Deploy Universal JavaScript Servers",
55
"repository": "unjs/nitro",
66
"license": "MIT",

0 commit comments

Comments
 (0)