this repo has no description

1.0.5

Changed files
+8 -6
packages
types
+6 -4
CHANGELOG.md
···
-
- Added search and filters to Moonbase (@redstonekasi)
-
- Changed the official repository URL
-
- If you installed moonlight before this update, you will need to edit your config file manually and set it to `https://moonlight-mod.github.io/extensions-dist/repo.json`
-
- Fixed random bugs from release builds
+
- Updated Moonbase
+
- Added Markdown library
+
- Added ability for extensions to expose styles (`export const styles: string[] = [];`)
+
- Added `lazyLoad` to Spacepack
+
- Added custom labels to Select/MultiSelect in extension settings
+
- Added `\i` for matching variable names in patches
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.0.4",
+
"version": "1.0.5",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"repository": {
+1 -1
packages/types/package.json
···
{
"name": "@moonlight-mod/types",
-
"version": "1.1.3",
+
"version": "1.1.4",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {