Skip to content

Commit e4dd130

Browse files
committed
chore: prepare v2.1.8
1 parent ec63788 commit e4dd130

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nginx-ui-app-next",
33
"type": "module",
4-
"version": "2.1.7",
4+
"version": "2.1.8",
55
"packageManager": "[email protected]+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
66
"scripts": {
77
"dev": "vite --host",

app/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.1.7","build_id":3,"total_build":440}
1+
{"version":"2.1.8","build_id":1,"total_build":441}

internal/nginx/nginx_directives.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,11 @@
342342
"https://nginx.org/en/docs/http/ngx_http_core_module.html#disable_symlinks"
343343
]
344344
},
345+
"early_hints": {
346+
"links": [
347+
"https://nginx.org/en/docs/http/ngx_http_core_module.html#early_hints"
348+
]
349+
},
345350
"empty_gif": {
346351
"links": [
347352
"https://nginx.org/en/docs/http/ngx_http_empty_gif_module.html#empty_gif"

0 commit comments

Comments
 (0)