Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Sep 30, 2024
1 parent 70d4d39 commit 474c7ea
Show file tree
Hide file tree
Showing 7 changed files with 1,437 additions and 1,152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Added multiline string input for extension settings
- Fixed conflicting extensions in Moonbase
- Fixes for latest Discord
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.8",
"version": "1.0.9",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"license": "LGPL-3.0-or-later",
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.7",
"version": "1.1.8",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down
Loading

0 comments on commit 474c7ea

Please sign in to comment.