Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Jan 5, 2024
1 parent ba7c489 commit 7336c98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Fixed updating extensions
- Fixed Linux support
- Fixed some incorrect types on Webpack module imports
- Add `spacepack.filterReal`
- More dependency resolver stages
- Injector now supports "other patch methods"
- OpenAsar fixes
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.6",
"version": "1.0.7",
"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.5",
"version": "1.1.6",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down

0 comments on commit 7336c98

Please sign in to comment.