We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e48e5e4 + 5777dfb commit 9b76c86Copy full SHA for 9b76c86
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Coinbase Node.js SDK Changelog
2
3
+## [0.0.12] - 2024-07-24
4
+
5
+### Changed
6
+- Expose `Validator` class
7
8
+## [0.0.11] - 2024-07-24
9
10
11
+- Fixed signer wallets signing flow
12
13
## [0.0.10] - 2024-07-23
14
15
### Added
package.json
@@ -4,7 +4,7 @@
"license": "ISC",
"description": "Coinbase Platform SDK",
"repository": "https://github.com/coinbase/coinbase-sdk-nodejs",
- "version": "0.0.11",
+ "version": "0.0.12",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
0 commit comments