aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-28 16:49:18 +0200
committerWilliam Hergès <william@herges.fr>2025-09-28 16:49:18 +0200
commit88b176659a5d573848ce57deb227dba8bb0d244a (patch)
treec34247fda0793835a6ad2552bc7edcaf988ea61f
parent444f3435d412e9ac31c47c6090836fae3717081c (diff)
fix(updates): missing rolereact in added
-rw-r--r--updates.json4
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": []
},