Skip to content

Commit

Permalink
first pass to release cdp-agentkit-core 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Jan 8, 2025
1 parent 5fab24e commit b443b06
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## Unreleased

### CDP AgentKit Core
## 2025-01-08

### [0.0.9] CDP AgentKit Core
#### Added
- Bump dependency `coinbase-sdk-nodejs` to version `0.13.0`.
#### Refactored
- Tests
- Use `ZodString.min(1)` instead of deprecated `ZodString.nonempty()`.
- Use `ZodString.min(1)` instead of deprecated `ZodString.nonempty()`

## [0.0.6] - 2024-12-03

Expand Down
2 changes: 2 additions & 0 deletions cdp-agentkit-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## [0.0.9] - 2025-01-08

### Added

- Bump dependency `coinbase-sdk-nodejs` to version `0.13.0`.
Expand Down
2 changes: 1 addition & 1 deletion cdp-agentkit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coinbase/cdp-agentkit-core",
"description": "CDP Agentkit core primitives",
"repository": "https://github.com/coinbase/cdp-agentkit-nodejs",
"version": "0.0.8",
"version": "0.0.9",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
26 changes: 25 additions & 1 deletion package-lock.json

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

0 comments on commit b443b06

Please sign in to comment.