diff --git a/.changeset/many-phones-study.md b/.changeset/many-phones-study.md index 63191f3665..4c0f87d7f6 100644 --- a/.changeset/many-phones-study.md +++ b/.changeset/many-phones-study.md @@ -2,7 +2,7 @@ "@latticexyz/protocol-parser": minor --- -Add encodeKeyTuple: a util to encode key tuples in Typescript (equivalent to key tuple encoding in Solidity and inverse of `decodeKeyTuple`). +feat: add `encodeKeyTuple`, a util to encode key tuples in Typescript (equivalent to key tuple encoding in Solidity and inverse of `decodeKeyTuple`). Example: ```ts