Skip to content

Commit 86dff3e

Browse files
github-actions[bot]github-actions0xEdouardEth
authored
0.1.0 (#13)
* 0.1.0 * doc: update change log * doc: fix example --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Edouard Bougon <15703023+EdouardBougon@users.noreply.github.com>
1 parent f810519 commit 86dff3e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[Unreleased]: https://github.com/MetaMask/solana-wallet-standard/
10+
## [0.1.0]
11+
12+
### Changed
13+
14+
- Initial release
15+
16+
[Unreleased]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.1.0...HEAD
17+
[0.1.0]: https://github.com/MetaMask/solana-wallet-standard/releases/tag/v0.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ or
1414

1515
```typescript
1616
import { getMultichainClient, getDefaultTransport } from '@metamask/multichain-api-client';
17-
import { client } from '@metamask/solana-wallet-standard';
17+
import { registerSolanaWalletStandard } from '@metamask/solana-wallet-standard';
1818

19-
const client = await getMultichainClient({ transport: getDefaultTransport() });
19+
const client = getMultichainClient({ transport: getDefaultTransport() });
2020

2121
registerSolanaWalletStandard({ client });
2222
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/solana-wallet-standard",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "ISC",
55
"description": "The MetaMask Solana wallet-standard implementation",
66
"homepage": "https://github.com/MetaMask/solana-wallet-standard#readme",

0 commit comments

Comments
 (0)