chore: update to 2.1.3 (#6982)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/7039/head 2.1.3
github-actions[bot] 2 months ago committed by GitHub
parent e4b8d423ee
commit bbac6a5552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{
"name": "uptime-kuma",
"version": "2.1.2",
"version": "2.1.3",
"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.2 && npm ci --omit dev --no-audit && npm run download-dist",
"setup": "git checkout 2.1.3 && 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",

Loading…
Cancel
Save