From c047aca2dc67fc1d1b1841b6f312b531d6272e3a Mon Sep 17 00:00:00 2001 From: Thomas van Dam Date: Wed, 9 Oct 2024 22:00:59 +0200 Subject: [PATCH] chore(dev-tools): bump version to v0.0.13 --- libs/dev-tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/dev-tools/package.json b/libs/dev-tools/package.json index f0c3476..d79085a 100644 --- a/libs/dev-tools/package.json +++ b/libs/dev-tools/package.json @@ -1,7 +1,7 @@ { "name": "@seda-protocol/dev-tools", "type": "module", - "version": "0.0.12", + "version": "0.0.13", "scripts": { "build:cli": "bun build src/cli/index.ts --target node --outdir bin", "build": "bun run build:cli && bun run build:lib",