Skip to content

Commit

Permalink
chore(release): v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 26, 2023
1 parent 55d60b8 commit 2d803a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.7.1

[compare changes](https://github.com/unjs/nitro/compare/v2.7.0...v2.7.1)

### 🩹 Fixes

- Recursively simplify returned objects ([#1847](https://github.com/unjs/nitro/pull/1847))
- **cache:** Fix `etag` and `last-modified` values ([#1855](https://github.com/unjs/nitro/pull/1855))
- **cache:** Invalidate wrongly cached handler entities ([#1857](https://github.com/unjs/nitro/pull/1857))

### 🏡 Chore

- Update dependencies ([7a6c61db](https://github.com/unjs/nitro/commit/7a6c61db))
- Update lockfile ([9b5ed9a1](https://github.com/unjs/nitro/commit/9b5ed9a1))
- Update lockfile ([b0ec181d](https://github.com/unjs/nitro/commit/b0ec181d))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe <daniel@roe.dev>

## v2.7.0

[compare changes](https://github.com/unjs/nitro/compare/v2.6.3...v2.7.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.7.0",
"version": "2.7.1",
"description": "Build and Deploy Universal JavaScript Servers",
"repository": "unjs/nitro",
"license": "MIT",
Expand Down

0 comments on commit 2d803a3

Please sign in to comment.