diff --git a/.changeset/lovely-pans-greet.md b/.changeset/lovely-pans-greet.md deleted file mode 100644 index fb60125..0000000 --- a/.changeset/lovely-pans-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/grc-20": patch ---- - -expose getWalletClient for testnet experiments diff --git a/.changeset/smooth-buckets-crash.md b/.changeset/smooth-buckets-crash.md deleted file mode 100644 index 1285007..0000000 --- a/.changeset/smooth-buckets-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphprotocol/grc-20": patch ---- - -unless provided create separate ids for relation id and relation entity id diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c70157..e4d3079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphprotocol/grc-20 +## 0.21.2 + +### Patch Changes + +- 7d90db4: expose getWalletClient for testnet experiments +- 76f5b65: unless provided create separate ids for relation id and relation entity id + ## 0.21.1 ### Patch Changes diff --git a/package.json b/package.json index 9e61f88..e86a1af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/grc-20", - "version": "0.21.1", + "version": "0.21.2", "license": "MIT", "module": "./dist/index.js", "types": "./dist/index.d.ts",