diff --git a/.changeset/popular-oranges-end.md b/.changeset/popular-oranges-end.md
index eff44b8764..b899727d0a 100644
--- a/.changeset/popular-oranges-end.md
+++ b/.changeset/popular-oranges-end.md
@@ -1,6 +1,5 @@
 ---
 "@latticexyz/store": patch
-"@latticexyz/cli": patch
 ---
 
 Fixed the behaviour of static arrays, so that they return zero for uninitialised values, to mirror the native Solidity behavior. Previously they reverted with `Store_IndexOutOfBounds` if the index had not been set yet.