-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
- Jan-Henrik Damaschke <[email protected]> | ||
- Bogdan Kostyuk <[email protected]> | ||
- 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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters