diff --git a/.changeset/lucky-snakes-cut.md b/.changeset/lucky-snakes-cut.md deleted file mode 100644 index 8534811..0000000 --- a/.changeset/lucky-snakes-cut.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -plot create --name argument -plot deploy --spec spec.md (alpha) diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index d278303..d8cf0d2 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @plotday/sdk +## 0.10.1 + +### Patch Changes + +- [#3](https://github.com/plotday/plot/pull/3) [`61668e5`](https://github.com/plotday/plot/commit/61668e5fb6a640f0894f922bc852f2669dd4ea39) Thanks [@KrisBraun](https://github.com/KrisBraun)! - plot create --name argument + plot deploy --spec spec.md (alpha) + ## 0.10.0 ### Minor Changes diff --git a/sdk/package.json b/sdk/package.json index 4ec1977..1110d59 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.10.0", + "version": "0.10.1", "description": "SDK for building Plot agents - intelligent assistants that organize and prioritize your activities", "packageManager": "pnpm@10.18.3", "type": "module",