Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 9, 2023
1 parent f0adc51 commit e67a0e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonlight",
"version": "1.0.4",
"version": "1.0.5",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-mod/types",
"version": "1.1.3",
"version": "1.1.4",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down

0 comments on commit e67a0e8

Please sign in to comment.