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 0d503e7 commit 997228eCopy full SHA for 997228e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @graphprotocol/grc-20
2
3
+## 0.9.2
4
+
5
+### Patch Changes
6
7
+- Remove CSV writing APIs
8
9
## 0.9.1
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/grc-20",
- "version": "0.9.1",
+ "version": "0.9.2",
"license": "MIT",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
src/core/csv/csv.ts
src/csv.ts
0 commit comments