Skip to content

Commit 3587d6d

Browse files
committed
chore(release): v2.2.1
1 parent 70a6a0d commit 3587d6d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.1
6+
7+
[compare changes](https://github.com/unjs/nitro/compare/v2.2.0...v2.2.1)
8+
9+
10+
### 🩹 Fixes
11+
12+
- **static:** Remove `cache-control` headers when asset is not found ([e3d57fc](https://github.com/unjs/nitro/commit/e3d57fc))
13+
- Avoid circular imports ([#936](https://github.com/unjs/nitro/pull/936))
14+
15+
### 🏡 Chore
16+
17+
- Update changelog ([8dde296](https://github.com/unjs/nitro/commit/8dde296))
18+
19+
### ❤️ Contributors
20+
21+
- Pooya Parsa <[email protected]>
22+
523
## v2.2.0
624

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

package.json

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

0 commit comments

Comments
 (0)