From c18868afe9666a2283cbaa54692ea78608e8a50d Mon Sep 17 00:00:00 2001 From: Leonardo Yvens Date: Wed, 24 Feb 2021 13:27:32 -0300 Subject: [PATCH] 0.20.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48dd991..ca69cfb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@graphprotocol/graph-ts", "description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph", - "version": "0.19.0", + "version": "0.20.0", "module": "index.ts", "types": "index.ts", "main": "index.ts",