Skip to content

Commit ac8c863

Browse files
committed
chore(release): v2.2.3
1 parent 2658072 commit ac8c863

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

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

5+
## v2.2.3
6+
7+
[compare changes](https://github.com/unjs/nitro/compare/v2.2.2...v2.2.3)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Add lagon preset ([#964](https://github.com/unjs/nitro/pull/964))
13+
14+
### 🩹 Fixes
15+
16+
- **node-cluster:** Default number of workers ([#963](https://github.com/unjs/nitro/pull/963))
17+
- **cloudflare-pages:** Exclude assets from function call ([#965](https://github.com/unjs/nitro/pull/965))
18+
- **cloudflare-pages:** Handle assets only for get requests ([#968](https://github.com/unjs/nitro/pull/968))
19+
- Render json errors for cors requests ([#969](https://github.com/unjs/nitro/pull/969))
20+
- Use json response for errors in `/api/` routes ([#971](https://github.com/unjs/nitro/pull/971))
21+
22+
### 💅 Refactors
23+
24+
- **externals:** Sort `bundledDependencies` keys in output `package.json` ([#967](https://github.com/unjs/nitro/pull/967))
25+
26+
### 📖 Documentation
27+
28+
- **cloudflare:** Add info regarding `runtimeConfig` and environment variables ([#958](https://github.com/unjs/nitro/pull/958))
29+
- Prevent ellipsis overflow on small screens ([#956](https://github.com/unjs/nitro/pull/956))
30+
- **deploy:** Add workers page for edge limitations ([#953](https://github.com/unjs/nitro/pull/953))
31+
32+
### 🏡 Chore
33+
34+
- **cli:** Mention `prepare` command in usage ([#959](https://github.com/unjs/nitro/pull/959))
35+
- Update dependencies ([2658072](https://github.com/unjs/nitro/commit/2658072))
36+
37+
### ❤️ Contributors
38+
39+
- Pooya Parsa ([@pi0](http://github.com/pi0))
40+
- Daniel Roe <[email protected]>
41+
- Jan-Henrik Damaschke <[email protected]>
42+
- Bogdan Kostyuk <[email protected]>
43+
- Hminghe ([@hminghe](http://github.com/hminghe))
44+
- Alexander Lichter ([@manniL](http://github.com/manniL))
45+
546
## v2.2.2
647

748
[compare changes](https://github.com/unjs/nitro/compare/v2.2.1...v2.2.2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitropack",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Build and Deploy Universal JavaScript Servers",
55
"repository": "unjs/nitro",
66
"license": "MIT",

0 commit comments

Comments
 (0)