Skip to content

Commit d303847

Browse files
authored
Merge pull request coinbase#215 from coinbase/v0.3.0
Release v0.3.0
2 parents f2717c4 + 708c354 commit d303847

32 files changed

+4300
-394
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
22

33
## Unreleased
44

5+
## [0.3.0] - 2024-09-05
6+
7+
### Added
8+
9+
- Add support for list address transactions.
10+
- Add support for exporting the private key of a `WalletAddress`
11+
- Add support for creating arbitrary payload signatures.
12+
- Add support for invoking Smart Contracts using MPC and Developer-managed Wallets.
13+
514
## [0.2.0]
615

716
### Added
817

918
- USDC Faucet support on Base Sepolia
10-
- Improved error mesasges for `InternalError`
19+
- Improved error messages for `InternalError`
1120

1221
## [0.1.1] - 2024-08-27
1322

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
"./src/coinbase/**": {
1313
branches: 80,
1414
functions: 90,
15-
statements: 90,
15+
statements: 85,
1616
lines: 90,
1717
},
1818
},

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "ISC",
55
"description": "Coinbase Platform SDK",
66
"repository": "https://github.com/coinbase/coinbase-sdk-nodejs",
7-
"version": "0.2.0",
7+
"version": "0.3.0",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
1010
"scripts": {

quickstart-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"type": "module",
1616
"dependencies": {
17-
"@coinbase/coinbase-sdk": "^0.1.0",
17+
"@coinbase/coinbase-sdk": "^0.3.0",
1818
"csv-parse": "^5.5.6",
1919
"csv-writer": "^1.6.0"
2020
}

0 commit comments

Comments
 (0)