Skip to content

Commit f825846

Browse files
committed
2026.2.2
1 parent 96c1c9c commit f825846

File tree

6 files changed

+7
-15
lines changed

6 files changed

+7
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
## Core
2-
3-
- Move from ESLint+Prettier to biome
4-
51
## Core Extensions
62

7-
### Native Fixes
8-
9-
- Linux Updater now uses temp files for updating
10-
11-
## Mappings
3+
### Disable Sentry
124

13-
- Add extra find to React, as another module with similar matches was added
5+
- Add stub function for `addFeatureFlag`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moonlight",
33
"private": true,
4-
"version": "2026.2.1",
4+
"version": "2026.2.2",
55
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
66
"description": "Yet another Discord mod",
77
"license": "LGPL-3.0-or-later",

packages/browser/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 3,
44
"name": "moonlight",
55
"description": "Yet another Discord mod",
6-
"version": "2026.2.1",
6+
"version": "2026.2.2",
77
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
88
"host_permissions": [
99
"https://moonlight-mod.github.io/*",

packages/browser/manifestv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 2,
44
"name": "moonlight",
55
"description": "Yet another Discord mod",
6-
"version": "2026.2.1",
6+
"version": "2026.2.2",
77
"permissions": [
88
"webRequest",
99
"webRequestBlocking",

packages/mappings/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/mappings",
3-
"version": "2026.2.1",
3+
"version": "2026.2.2",
44
"type": "module",
55
"private": false,
66
"license": "MIT",

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": "2026.2.1",
3+
"version": "2026.2.2",
44
"type": "module",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)