Skip to content

Commit d424ce1

Browse files
committed
Merge pull-request #199
2 parents a209220 + bcfb180 commit d424ce1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/solana/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @turnkey/solana
22

3+
## 0.1.1
4+
5+
- Fix README link
6+
37
## 0.1.0
48

59
- Initial release

packages/solana/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ $ npm install @turnkey/solana
1616

1717
## Examples
1818

19-
| Example | Description |
20-
| --------------------------------------- | ----------------------------------------------------------------------------------- |
21-
| [`with-solana`](/examples/with-solana/) | Create a new Solana address, then sign and broadcast a transaction on Solana devnet |
19+
| Example | Description |
20+
| -------------------------------------------- | ----------------------------------------------------------------------------------- |
21+
| [`with-solana`](../../examples/with-solana/) | Create a new Solana address, then sign and broadcast a transaction on Solana devnet |

packages/solana/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turnkey/solana",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"exports": {

0 commit comments

Comments
 (0)