Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 11, 2023
1 parent 24e2b3d commit 17bda8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
- 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
- Fixed updating extensions
- Fixed Linux support
- Fixed some incorrect types on Webpack module imports
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.5",
"version": "1.0.6",
"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.4",
"version": "1.1.5",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down

0 comments on commit 17bda8a

Please sign in to comment.