From a159301c012a5d7f470ab4f18c732a3a3465772e Mon Sep 17 00:00:00 2001 From: Daniel Werner Date: Tue, 8 Oct 2024 07:59:24 -0700 Subject: [PATCH] bump version to 2.0.10 --- packages/common-ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common-ts/package.json b/packages/common-ts/package.json index 25b1c5b..781fcdf 100644 --- a/packages/common-ts/package.json +++ b/packages/common-ts/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/common-ts", - "version": "2.0.9", + "version": "2.0.10", "description": "Common TypeScript library for Graph Protocol components", "main": "dist/index.js", "types": "dist/index.d.ts",