Skip to content

Commit 708c354

Browse files
authored
Merge pull request coinbase#214 from coinbase/stone/v0.3.0-bump
Bump package.json to v0.3.0
2 parents 5bcabfc + 5f9c9ba commit 708c354

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## Unreleased
44

5+
## [0.3.0] - 2024-09-05
6+
57
### Added
68

79
- Add support for list address transactions.
810
- Add support for exporting the private key of a `WalletAddress`
11+
- Add support for creating arbitrary payload signatures.
912
- Add support for invoking Smart Contracts using MPC and Developer-managed Wallets.
1013

1114
## [0.2.0]

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)