Skip to content

Commit

Permalink
Merge pull request #312 from coinbase/v0.10.0
Browse files Browse the repository at this point in the history
Release V0.10.0
  • Loading branch information
alex-stone authored Oct 31, 2024
2 parents e97f70f + f2d0e6b commit bd6e35b
Show file tree
Hide file tree
Showing 16 changed files with 1,705 additions and 157 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [0.10.0] - 2024-10-31

### Added
- Add support for async faucet transactions i.e. using `faucetTx.wait()` to wait for the transaction to be confirmed.

## [0.9.1] - 2024-10-18

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "ISC",
"description": "Coinbase Platform SDK",
"repository": "https://github.com/coinbase/coinbase-sdk-nodejs",
"version": "0.9.1",
"version": "0.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion quickstart-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@solana/web3.js": "^2.0.0-rc.1",
"bs58": "^6.0.0",
"@coinbase/coinbase-sdk": "^0.9.1",
"@coinbase/coinbase-sdk": "^0.10.0",
"csv-parse": "^5.5.6",
"csv-writer": "^1.6.0",
"viem": "^2.21.6"
Expand Down
Loading

0 comments on commit bd6e35b

Please sign in to comment.