Skip to content

Commit

Permalink
chore(release): v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 9, 2023
1 parent 70a6a0d commit 3587d6d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## v2.2.1

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


### 🩹 Fixes

- **static:** Remove `cache-control` headers when asset is not found ([e3d57fc](https://github.com/unjs/nitro/commit/e3d57fc))
- Avoid circular imports ([#936](https://github.com/unjs/nitro/pull/936))

### 🏡 Chore

- Update changelog ([8dde296](https://github.com/unjs/nitro/commit/8dde296))

### ❤️ Contributors

- Pooya Parsa <[email protected]>

## v2.2.0

[compare changes](https://github.com/unjs/nitro/compare/v2.1.2...v2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitropack",
"version": "2.2.0",
"version": "2.2.1",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down

0 comments on commit 3587d6d

Please sign in to comment.