Skip to content

Commit 91ae470

Browse files
chore: bump version to 1.1.1
## [1.1.1](v1.1.0...v1.1.1) (2025-12-19) ### Bug Fixes * Added websockets to requirements ([#44](#44)). Closes [#28](#28), Closes [#42](#42), Closes [#43](#43) ([51933b6](51933b6))
1 parent 51933b6 commit 91ae470

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/BossSloth/Extendium/compare/v1.1.0...v1.1.1) (2025-12-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Added websockets to requirements ([#44](https://github.com/BossSloth/Extendium/issues/44)). Closes [#28](https://github.com/BossSloth/Extendium/issues/28), Closes [#42](https://github.com/BossSloth/Extendium/issues/42), Closes [#43](https://github.com/BossSloth/Extendium/issues/43) ([51933b6](https://github.com/BossSloth/Extendium/commit/51933b6efd3417dbee284fe0df6a55eb27620edf))
7+
18
# [1.1.0](https://github.com/BossSloth/Extendium/compare/v1.0.3...v1.1.0) (2025-12-03)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"type": "module",
3131
"name": "extendium",
32-
"version": "1.1.0",
32+
"version": "1.1.1",
3333
"description": "A plugin for Millennium that adds chrome extensions support to the client",
3434
"main": "./frontend/index.jsx",
3535
"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": "A plugin for Millennium that adds chrome extensions support to the client",
6-
"version": "1.1.0",
6+
"version": "1.1.1",
77
"include": [
88
"public/extendium.css"
99
]

0 commit comments

Comments
 (0)