From 6fac8cf62d4c309554d2d33d61292f69cba8c645 Mon Sep 17 00:00:00 2001 From: Mario Cao Date: Tue, 29 Oct 2024 11:39:07 +0100 Subject: [PATCH] chore: bump version to 0.0.3 --- workspace/data-proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/data-proxy/package.json b/workspace/data-proxy/package.json index 84c5187..8d5fa3d 100644 --- a/workspace/data-proxy/package.json +++ b/workspace/data-proxy/package.json @@ -1,7 +1,7 @@ { "name": "@seda-protocol/data-proxy", "main": "./src/index.ts", - "version": "0.0.2", + "version": "0.0.3", "devDependencies": { "@types/big.js": "^6.2.2", "msw": "^2.3.5"