Skip to content

Commit

Permalink
bump version to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerner committed Nov 7, 2024
1 parent 73a972f commit c5fac3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/common-ts",
"version": "2.0.10",
"version": "2.0.11",
"description": "Common TypeScript library for Graph Protocol components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Network Subgraph Client', () => {
}
`,
[],
[],
undefined,
)
.toPromise(),
).resolves.toMatchObject({
Expand Down

0 comments on commit c5fac3e

Please sign in to comment.