diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb3724..51680fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [0.12.0] - 2024-03-28 +## [0.12.1] - 2024-05-22 + +### Added Changes +- Links updated on README file + +## [0.12.0] - 2024-05-21 ### Added Changes - Added Etherspot Prime SDK `getSupportedAssets` to hook `useEtherspotAssets` diff --git a/README.md b/README.md index ba2dd1a..04ef79c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ## 🧰 TransactionKit -TransactionKit is a React Library which let's devs, no matter how experienced get going with web3 development with ease. +TransactionKit is a React Library that lets developers, no matter how experienced, get going with web3 development with ease. It simplifies working with Account Abstraction so developers can focus on building a great User Experience and easily interact with their Smart Contracts on a [large number of EVM based chains](https://etherspot.fyi/prime-sdk/chains-supported). @@ -34,15 +34,15 @@ You can either get started by installing the packages yourself here: npm i @etherspot/transaction-kit ``` -Or follow our introductory guide on our docs [here](https://etherspot.fyi/transaction-kit/introduction-to-transaction-kit) which walk you through +Or follow our introductory guide on our docs [here](https://etherspot.fyi/transaction-kit/intro) which walk you through cloning down an example repo and setting up a dapp in your own environment. ## 📖 Documentation -- [Quick Start](https://etherspot.fyi/transaction-kit/introduction-to-transaction-kit) +- [Quick Start](https://etherspot.fyi/transaction-kit/intro) - [Send Native Token](https://etherspot.fyi/transaction-kit/send-native-token) -- [React Hooks](https://docs.etherspot.dev/transaction-kit/react-hooks) -- [React Components](https://docs.etherspot.dev/transaction-kit/react-components) +- [React Hooks](https://etherspot.fyi/transaction-kit/hooks) +- [React Components](https://etherspot.fyi/transaction-kit/components) ## 🔗 Important Links diff --git a/package.json b/package.json index ee67f76..3a53489 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@etherspot/transaction-kit", "description": "React Etherspot Transaction Kit", - "version": "0.12.0", + "version": "0.12.1", "main": "dist/cjs/index.js", "scripts": { "rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",