Skip to content

Commit e873e9d

Browse files
chore: bump version to 2.0.2
## [2.0.2](v2.0.1...v2.0.2) (2026-04-11) ### Bug Fixes * Fixed crash when no external links were saved ([1a960f3](1a960f3))
1 parent 1a960f3 commit e873e9d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.2](https://github.com/BossSloth/Extendium/compare/v2.0.1...v2.0.2) (2026-04-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed crash when no external links were saved ([1a960f3](https://github.com/BossSloth/Extendium/commit/1a960f317ee64ebbf9882ddae8621067687fb65d))
7+
18
## [2.0.1](https://github.com/BossSloth/Extendium/compare/v2.0.0...v2.0.1) (2026-04-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"type": "module",
3434
"name": "extendium",
35-
"version": "2.0.1",
35+
"version": "2.0.2",
3636
"description": "A plugin for Millennium that adds chrome extensions support to the client",
3737
"main": "./frontend/index.tsx",
3838
"author": "BossSloth",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "extendium",
44
"common_name": "Extendium",
55
"description": "Chrome extension support for Steam. Install extensions like SteamDB, Augmented Steam, UBlock Origin, and more in your Steam Desktop Client",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"backendType": "lua",
88
"include": [
99
"fake-header-extension"

0 commit comments

Comments
 (0)