feat: bump version to 3.5.2 and add optional webhooks for error reporting

This commit is contained in:
2025-12-22 01:05:22 +01:00
parent 26ab1c8962
commit 89a7e8e9a4
4 changed files with 26 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "microsoft-rewards-bot",
"version": "3.5.1",
"version": "3.5.2",
"description": "Automate Microsoft Rewards points collection",
"private": true,
"main": "index.js",
@@ -85,4 +85,4 @@
"ts-node": "^10.9.2",
"ws": "^8.18.3"
}
}
}