diff --git a/packages/cre-sdk-examples/package.json b/packages/cre-sdk-examples/package.json index 341ab29..90a1ca1 100644 --- a/packages/cre-sdk-examples/package.json +++ b/packages/cre-sdk-examples/package.json @@ -1,7 +1,7 @@ { "name": "@chainlink/cre-sdk-examples", "private": true, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "author": "Ernest Nowacki", "license": "BUSL-1.1", diff --git a/packages/cre-sdk-javy-plugin/package.json b/packages/cre-sdk-javy-plugin/package.json index 888af13..da6c1ff 100644 --- a/packages/cre-sdk-javy-plugin/package.json +++ b/packages/cre-sdk-javy-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cre-sdk-javy-plugin", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "bin": { "cre-setup": "bin/setup.ts", diff --git a/packages/cre-sdk/package.json b/packages/cre-sdk/package.json index 7ea3fb8..17c819c 100644 --- a/packages/cre-sdk/package.json +++ b/packages/cre-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/cre-sdk", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",