Skip to content

Commit 474c7ea

Browse files
committed
1.0.9
1 parent 70d4d39 commit 474c7ea

File tree

7 files changed

+1437
-1152
lines changed

7 files changed

+1437
-1152
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
run_install: false
1818
- uses: actions/setup-node@v3
1919
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: pnpm/action-setup@v2
2121
with:
22-
version: 8
22+
version: 9
2323
run_install: false
2424
- uses: actions/setup-node@v3
2525
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: pnpm/action-setup@v2
1919
with:
20-
version: 8
20+
version: 9
2121
run_install: false
2222
- uses: actions/setup-node@v3
2323
with:

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Added multiline string input for extension settings
2-
- Fixed conflicting extensions in Moonbase
31
- Fixes for latest Discord

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moonlight",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Yet another Discord mod",
55
"homepage": "https://moonlight-mod.github.io/",
66
"license": "LGPL-3.0-or-later",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonlight-mod/types",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"main": "./src/index.ts",
55
"types": "./src/index.ts",
66
"exports": {

0 commit comments

Comments
 (0)