Skip to content

Commit 095c6f0

Browse files
authored
Merge pull request #54 from BambooFury/release-please--branches--main--components--auto-claim
chore(main): release 1.5.8
2 parents ac583de + 68375a3 commit 095c6f0

5 files changed

Lines changed: 19 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.7"
2+
".": "1.5.8"
33
}

CHANGELOG.md

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

3+
## [1.5.8](https://github.com/BambooFury/Auto-Claim/compare/v1.5.7...v1.5.8) (2026-06-03)
4+
5+
6+
### Bug Fixes
7+
8+
* improve ownership detection in library cache ([2eb90d4](https://github.com/BambooFury/Auto-Claim/commit/2eb90d4fb583c58263217f9e534af3b1f4ef4e65))
9+
* scroll game list after 4 cards with hidden scrollbar ([1ce2550](https://github.com/BambooFury/Auto-Claim/commit/1ce25509f57a595465798aa8d64ce3c832b7eac3))
10+
* update plugin description ([5455d4c](https://github.com/BambooFury/Auto-Claim/commit/5455d4c56ff595fce185f07847f9d3cd44b67909))
11+
12+
13+
### Maintenance
14+
15+
* remove example.png ([4b30860](https://github.com/BambooFury/Auto-Claim/commit/4b30860da979acd14c2a81b3dcdac235c2b45e75))
16+
317
## [1.5.7](https://github.com/BambooFury/Auto-Claim/compare/v1.5.6...v1.5.7) (2026-05-27)
418

519

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.7",
19+
"version": "1.5.8",
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.7",
5+
"version": "1.5.8",
66
"backendType": "lua",
77
"include": [
88
"LICENSE"

0 commit comments

Comments
 (0)