diff options
| author | William Hergès <william@herges.fr> | 2025-09-28 16:49:18 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-28 16:49:18 +0200 |
| commit | 88b176659a5d573848ce57deb227dba8bb0d244a (patch) | |
| tree | c34247fda0793835a6ad2552bc7edcaf988ea61f | |
| parent | 444f3435d412e9ac31c47c6090836fae3717081c (diff) | |
fix(updates): missing rolereact in added
| -rw-r--r-- | updates.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/updates.json b/updates.json index 81e8917..ba8dff7 100644 --- a/updates.json +++ b/updates.json @@ -44,7 +44,9 @@ { "version": "3.3.0", "commands": { - "added": [], + "added": [ + "rolereact" + ], "removed": [], "updated": [] }, |
