Skip to content

Commit

Permalink
Version 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3urobeat committed Mar 8, 2024
1 parent d8ff3e2 commit 3e1f859
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "steam-comment-service-bot",
"version": "2.15.0",
"version": "2.15.1",
"description": "The most advanced Steam Multi Account Manager with built-in comment, like & favorite commands and extensive plugin support.",
"main": "start.js",
"dependencies": {
Expand All @@ -13,7 +13,7 @@
"qrcode": "^1.5.3",
"request": "^2.88.2",
"steam-comment-bot-discord-plugin": "^1.0.2",
"steam-comment-bot-rest": "^1.1.0",
"steam-comment-bot-rest": "^1.2.1",
"steam-comment-bot-webserver": "^1.0.1",
"steam-session": "^1.7.2",
"steam-user": "^5.0.8",
Expand All @@ -36,7 +36,7 @@
"repository": "https://github.com/3urobeat/steam-comment-service-bot",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-jsdoc": "^48.2.1",
"tsd-jsdoc": "^2.5.0"
},
"types": "./types/types.d.ts"
Expand Down
10 changes: 5 additions & 5 deletions src/data/data.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": "21500",
"versionstr": "2.15.0",
"branch": "beta-testing",
"version": "21501",
"versionstr": "2.15.1",
"branch": "master",
"filetostart": "./src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/beta-testing/src/starter.js",
"filetostarturl": "https://raw.githubusercontent.com/3urobeat/steam-comment-service-bot/master/src/starter.js",
"mestr": "3urobeat",
"aboutstr": "This bot was created by 3urobeat.\nGitHub: https://github.com/3urobeat/steam-comment-service-bot \nSteam: https://steamcommunity.com/id/3urobeat \nIf you like my work, any donation would be appreciated! https://github.com/sponsors/3urobeat",
"firststart": true,
"compatibilityfeaturedone": false,
"whatsnew": "Added support for commenting & voting on reviews, drastically reduced startup time for large instances with many proxies, added QR-Code login support, added JobManager, improved PluginSystem and fixed some bugs. Read the full release notes: https://github.com/3urobeat/steam-comment-service-bot/blob/master/docs/wiki/changelogs/CHANGELOG_v2.15.md",
"whatsnew": "Fixed softlocked login process after proxy switch, fixed vote & fav error logging throwing an error and reduced amount of log messages logged during startup, login, disconnect & relog.",
"timesloggedin": 0,
"totallogintime": 0
}

0 comments on commit 3e1f859

Please sign in to comment.