From 8477b3615e95a9e4d98a6832730299fbfa91cbe8 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Mon, 23 Jun 2025 10:29:32 +0200 Subject: [PATCH] don't use ignore array for changesets --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 8319c78a..05677ffb 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,7 @@ ], "commit": false, "fixed": [["@livekit/rtc-node", "@livekit/rtc-node-*"]], - "ignore": ["example-*"], + "ignore": [], "linked": [], "access": "public", "baseBranch": "main",