diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff9622..b355bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Added Changes - Added `getEtherspotProvider` to access directly the Etherspot Provider. -- Added `getTransactionHash` to get a transaction hash with a userOp Hash and chain id. +- Added `getTransactionHash` to get a transaction hash with a userOp Hash and the chain id. - Update of the `modular-sdk` version to 6.1.1. ## [2.0.1] - 2025-07-17 diff --git a/package.json b/package.json index 2691ec6..e437530 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@etherspot/transaction-kit", "description": "Framework-agnostic Etherspot Transaction Kit", - "version": "2.0.1", + "version": "2.0.2", "main": "dist/cjs/index.js", "scripts": { "rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c --bundleConfigAsCjs",