Skip to content

Commit c5fac3e

Browse files
committed
bump version to 2.0.11
1 parent 73a972f commit c5fac3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/common-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/common-ts",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Common TypeScript library for Graph Protocol components",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/common-ts/src/subgraph/networkSubgraphClient.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Network Subgraph Client', () => {
1919
}
2020
`,
2121
[],
22-
[],
22+
undefined,
2323
)
2424
.toPromise(),
2525
).resolves.toMatchObject({

0 commit comments

Comments
 (0)