Skip to content

Commit 2f6646b

Browse files
authored
Merge branch 'main' into feat/customRPCForSends
2 parents 938404f + 754e833 commit 2f6646b

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

examples/typescript/quickstart/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/.changeset/cold-worlds-go.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

typescript/.changeset/proud-candles-grin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

typescript/src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CDP SDK Changelog
22

3+
## 1.34.1
4+
5+
### Patch Changes
6+
7+
- [#388](https://github.com/coinbase/cdp-sdk/pull/388) [`f0523e6`](https://github.com/coinbase/cdp-sdk/commit/f0523e6c5f457dccb9ce3a4c87ca65f7cd86711c) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update generated openapi client
8+
9+
- [#369](https://github.com/coinbase/cdp-sdk/pull/369) [`f0c9904`](https://github.com/coinbase/cdp-sdk/commit/f0c99041a227e248175ceabf32d3e631b0e24d46) Thanks [@avidreder](https://github.com/avidreder)! - Adds validateAccessToken method to CDP SDK
10+
311
## 1.34.0
412

513
### Minor Changes

typescript/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/cdp-sdk",
3-
"version": "1.34.0",
3+
"version": "1.34.1",
44
"description": "SDK for interacting with the Coinbase Developer Platform Wallet API",
55
"type": "module",
66
"main": "./_cjs/index.js",

typescript/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.34.0";
1+
export const version = "1.34.1";

0 commit comments

Comments
 (0)