Skip to content

Commit 997228e

Browse files
authored
release: remove csv writing APIs (#52)
1 parent 0d503e7 commit 997228e

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/grc-20
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- Remove CSV writing APIs
8+
39
## 0.9.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/grc-20",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"license": "MIT",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

src/core/csv/csv.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/csv.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)