diff --git a/packages/coin-kaspa/CHANGELOG.md b/packages/coin-kaspa/CHANGELOG.md new file mode 100644 index 0000000..5b77527 --- /dev/null +++ b/packages/coin-kaspa/CHANGELOG.md @@ -0,0 +1,10 @@ + +# Change Log + +All notable changes to this project will be documented in this file. + +# [1.0.1](https://github.com/okx/js-wallet-sdk) (2023-11-13) + +### Bug Fixes + +- **coin-kaspa:** add index.ts ([23](https://github.com/okx/js-wallet-sdk/pull/23)) diff --git a/packages/coin-kaspa/package.json b/packages/coin-kaspa/package.json index a48fbc3..09ef9c8 100644 --- a/packages/coin-kaspa/package.json +++ b/packages/coin-kaspa/package.json @@ -1,6 +1,6 @@ { "name": "@okxweb3/coin-kaspa", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/coin-kaspa/src/index.ts b/packages/coin-kaspa/src/index.ts new file mode 100644 index 0000000..d5b4c75 --- /dev/null +++ b/packages/coin-kaspa/src/index.ts @@ -0,0 +1 @@ +export * from "./KaspaWallet";