Skip to content

Commit a4876b5

Browse files
authored
Merge pull request #56 from BambooFury/release-please--branches--main--components--auto-claim
chore(main): release 1.5.9
2 parents 70f688c + 9b58b6b commit a4876b5

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.8"
2+
".": "1.5.9"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.9](https://github.com/BambooFury/Auto-Claim/compare/v1.5.8...v1.5.9) (2026-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **autoclaim:** prevent duplicate notifications ([70f688c](https://github.com/BambooFury/Auto-Claim/commit/70f688c9b0d5aa56f6d675cc6b28c85cd6b25fa9))
9+
* **autoclaim:** prevent duplicate notifications ([13ba69a](https://github.com/BambooFury/Auto-Claim/commit/13ba69a83711aa70967a30014ea1fe13376f29c8))
10+
311
## [1.5.8](https://github.com/BambooFury/Auto-Claim/compare/v1.5.7...v1.5.8) (2026-06-03)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"type": "module",
1818
"name": "auto-claim",
19-
"version": "1.5.8",
19+
"version": "1.5.9",
2020
"description": "Automatically detects 100% discounted games on Steam and adds them to your library.",
2121
"main": "./frontend/index.tsx",
2222
"author": "BambooFury",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "auto-claim",
33
"common_name": "Auto Claim",
44
"description": "Automatically detects 100% discounted games on Steam and adds them to your library.",
5-
"version": "1.5.8",
5+
"version": "1.5.9",
66
"backendType": "lua",
77
"include": [
88
"LICENSE"

0 commit comments

Comments
 (0)