From ac8c8639edc52ab8bf26edf24072aa193939b14c Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 21 Feb 2023 19:02:05 +0100 Subject: [PATCH] chore(release): v2.2.3 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8ab4eaaf..fef91fc5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ 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.3 + +[compare changes](https://github.com/unjs/nitro/compare/v2.2.2...v2.2.3) + + +### 🚀 Enhancements + + - Add lagon preset ([#964](https://github.com/unjs/nitro/pull/964)) + +### 🩹 Fixes + + - **node-cluster:** Default number of workers ([#963](https://github.com/unjs/nitro/pull/963)) + - **cloudflare-pages:** Exclude assets from function call ([#965](https://github.com/unjs/nitro/pull/965)) + - **cloudflare-pages:** Handle assets only for get requests ([#968](https://github.com/unjs/nitro/pull/968)) + - Render json errors for cors requests ([#969](https://github.com/unjs/nitro/pull/969)) + - Use json response for errors in `/api/` routes ([#971](https://github.com/unjs/nitro/pull/971)) + +### 💅 Refactors + + - **externals:** Sort `bundledDependencies` keys in output `package.json` ([#967](https://github.com/unjs/nitro/pull/967)) + +### 📖 Documentation + + - **cloudflare:** Add info regarding `runtimeConfig` and environment variables ([#958](https://github.com/unjs/nitro/pull/958)) + - Prevent ellipsis overflow on small screens ([#956](https://github.com/unjs/nitro/pull/956)) + - **deploy:** Add workers page for edge limitations ([#953](https://github.com/unjs/nitro/pull/953)) + +### 🏡 Chore + + - **cli:** Mention `prepare` command in usage ([#959](https://github.com/unjs/nitro/pull/959)) + - Update dependencies ([2658072](https://github.com/unjs/nitro/commit/2658072)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Daniel Roe +- Jan-Henrik Damaschke +- Bogdan Kostyuk +- Hminghe ([@hminghe](http://github.com/hminghe)) +- Alexander Lichter ([@manniL](http://github.com/manniL)) + ## v2.2.2 [compare changes](https://github.com/unjs/nitro/compare/v2.2.1...v2.2.2) diff --git a/package.json b/package.json index 7282ba6606..23aa72ddcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitropack", - "version": "2.2.2", + "version": "2.2.3", "description": "Build and Deploy Universal JavaScript Servers", "repository": "unjs/nitro", "license": "MIT",