From 2d803a3cfbf274e7419605a8fb1e507fde5e8877 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 27 Oct 2023 00:23:07 +0200 Subject: [PATCH] chore(release): v2.7.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9de538046..fde24965be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v2.7.0 [compare changes](https://github.com/unjs/nitro/compare/v2.6.3...v2.7.0) diff --git a/package.json b/package.json index 9605b427bd..0a830e3cbd 100644 --- a/package.json +++ b/package.json @@ -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",