We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b724807 commit 9a396b8Copy full SHA for 9a396b8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @graphprotocol/grc-20
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- Move retrying and validating to server instead of client
8
9
## 0.2.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/grc-20",
- "version": "0.2.0",
+ "version": "0.2.1",
"license": "MIT",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments