From 4307202f5aa5099e53b1653f382df393e929e086 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 5 Nov 2024 21:49:48 +0100 Subject: [PATCH] chore(release): v2.10.3 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a8ce98c6..8727052538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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. +## v2.10.3 + +[compare changes](https://github.com/nitrojs/nitro/compare/v2.10.2...v2.10.3) + +### 🩹 Fixes + +- Allow adding custom `Vary` to static assets handler ([#2835](https://github.com/nitrojs/nitro/pull/2835)) +- **netlify:** Only include env polyfill in `netlify-edge` ([#2851](https://github.com/nitrojs/nitro/pull/2851)) +- Scan env specific handlers without method in their name ([#2852](https://github.com/nitrojs/nitro/pull/2852)) +- **config:** Add back default storage mounts ([#2853](https://github.com/nitrojs/nitro/pull/2853)) + +### 📖 Documentation + +- **cloudflare:** Fix typo ([#2849](https://github.com/nitrojs/nitro/pull/2849)) + +### 🌊 Types + +- **cache:** Resolved value is not nullable ([#2848](https://github.com/nitrojs/nitro/pull/2848)) + +### ❤️ Contributors + +- Pooya Parsa +- Sandro Circi ([@sandros94](http://github.com/sandros94)) +- Jaga Santagostino +- Philippe Serhal +- Danila Rodichkin ([@daniluk4000](http://github.com/daniluk4000)) + ## v2.10.2 [compare changes](https://github.com/nitrojs/nitro/compare/v2.10.1...v2.10.2) diff --git a/package.json b/package.json index b1723c5a69..2b499d95be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitropack", - "version": "2.10.2", + "version": "2.10.3", "description": "Build and Deploy Universal JavaScript Servers", "repository": "nitrojs/nitro", "license": "MIT",