Skip to content

Commit 9b76c86

Browse files
authored
Merge pull request #115 from coinbase/version_bump
Bump version to 0.0.12
2 parents e48e5e4 + 5777dfb commit 9b76c86

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Coinbase Node.js SDK Changelog
22

3+
## [0.0.12] - 2024-07-24
4+
5+
### Changed
6+
- Expose `Validator` class
7+
8+
## [0.0.11] - 2024-07-24
9+
10+
### Changed
11+
- Fixed signer wallets signing flow
12+
313
## [0.0.10] - 2024-07-23
414

515
### Added

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.0.11",
7+
"version": "0.0.12",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",
1010
"scripts": {

0 commit comments

Comments
 (0)