🚀RELEASE 3.15.1 [CI SKIP]

This commit is contained in:
Nicolai Ort 2022-05-04 19:02:01 +00:00
parent 131494a7d8
commit e85a2c6e93

View File

@ -1,6 +1,6 @@
{ {
"name": "nginx-brotli", "name": "nginx-brotli",
"version": "3.15.0", "version": "3.15.1",
"description": "NGINX Base Image feat. brotli", "description": "NGINX Base Image feat. brotli",
"repository": { "repository": {
"type": "git", "type": "git",
@ -11,7 +11,7 @@
"release-it": "^15.0.0" "release-it": "^15.0.0"
}, },
"scripts": { "scripts": {
"release":"release-it --patch --ci" "release": "release-it --patch --ci"
}, },
"release-it": { "release-it": {
"git": { "git": {
@ -29,4 +29,4 @@
"publish": false "publish": false
} }
} }
} }