File tree 2 files changed +42
-1
lines changed
2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
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
+
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
+
5
46
## v2.2.2
6
47
7
48
[ compare changes] ( https://github.com/unjs/nitro/compare/v2.2.1...v2.2.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nitropack" ,
3
- "version" : " 2.2.2 " ,
3
+ "version" : " 2.2.3 " ,
4
4
"description" : " Build and Deploy Universal JavaScript Servers" ,
5
5
"repository" : " unjs/nitro" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments