Update to 2.1.1

This commit is contained in:
github-actions[bot]
2026-02-13 16:01:31 +00:00
parent 761829d205
commit 9af00d364f
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "uptime-kuma",
"version": "2.1.0",
"version": "2.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "uptime-kuma",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "~1.8.22",

View File

@@ -1,6 +1,6 @@
{
"name": "uptime-kuma",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"repository": {
"type": "git",
@@ -44,7 +44,7 @@
"build-docker-pr-test": "docker buildx build -f docker/dockerfile --platform linux/amd64,linux/arm64 -t louislam/uptime-kuma:pr-test2 --target pr-test2 . --push",
"upload-artifacts": "node extra/release/upload-artifacts.mjs",
"upload-artifacts-beta": "node extra/release/upload-artifacts-beta.mjs",
"setup": "git checkout 2.1.0 && npm ci --omit dev --no-audit && npm run download-dist",
"setup": "git checkout 2.1.1 && npm ci --omit dev --no-audit && npm run download-dist",
"download-dist": "node extra/download-dist.js",
"mark-as-nightly": "node extra/mark-as-nightly.js",
"reset-password": "node extra/reset-password.js",