Skip to content

Commit c6e2edf

Browse files
committed
chore(release): v2.2.2
1 parent fb361f8 commit c6e2edf

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.2
6+
7+
[compare changes](https://github.com/unjs/nitro/compare/v2.2.1...v2.2.2)
8+
9+
10+
### 🩹 Fixes
11+
12+
- Correct `access-control-allow-methods` cors header name ([#944](https://github.com/unjs/nitro/pull/944))
13+
- Allow overriding assets `maxAge` using route rules ([db6e6c2](https://github.com/unjs/nitro/commit/db6e6c2))
14+
- **rollup:** Use mlly as fallback resolver when externals disabled ([#948](https://github.com/unjs/nitro/pull/948))
15+
- Don't render json response if url contains `/api/` ([#951](https://github.com/unjs/nitro/pull/951))
16+
17+
### 🏡 Chore
18+
19+
- Update unjs dependencies ([b852c23](https://github.com/unjs/nitro/commit/b852c23))
20+
- Update jiti dependency ([716dc1a](https://github.com/unjs/nitro/commit/716dc1a))
21+
- Updare unbuild ([044bb6a](https://github.com/unjs/nitro/commit/044bb6a))
22+
23+
### ✅ Tests
24+
25+
- **vercel:** Move custom test to additional tests ([fb361f8](https://github.com/unjs/nitro/commit/fb361f8))
26+
27+
### ❤️ Contributors
28+
29+
- Pooya Parsa <[email protected]>
30+
- Daniel Roe <[email protected]>
31+
532
## v2.2.1
633

734
[compare changes](https://github.com/unjs/nitro/compare/v2.2.0...v2.2.1)

package.json

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

0 commit comments

Comments
 (0)