Skip to content

Commit

Permalink
chore: bump version to v0.14.0 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRAG authored Jan 14, 2025
1 parent 69c24c9 commit 01dd40d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Coinbase Node.js SDK Changelog

## Unreleased
## [0.14.0] - 2025-01-14

### Added
- Add `skipBatching` option to `Wallet.createTransfer` to allow for lower latency gasless transfers.
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.13.0",
"version": "0.14.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.13.0",
"@coinbase/coinbase-sdk": "^0.14.0",
"csv-parse": "^5.5.6",
"csv-writer": "^1.6.0",
"viem": "^2.21.6"
Expand Down

0 comments on commit 01dd40d

Please sign in to comment.