diff --git a/.changeset/giant-tips-attend.md b/.changeset/giant-tips-attend.md deleted file mode 100644 index a7b83ac..0000000 --- a/.changeset/giant-tips-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Changed: Fix README link diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index c1ad55c..be430ff 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.14.6 + +### Changed + +- Fix README link ([#39](https://github.com/plotday/plot/pull/39) [`6f06dce`](https://github.com/plotday/plot/commit/6f06dce1482f8d7af3c547bad2c0badf8d8e5f70)) + ## 0.14.5 ### Changed diff --git a/sdk/package.json b/sdk/package.json index 08cdb7f..8802acb 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.14.5", + "version": "0.14.6", "description": "SDK for building Plot agents - intelligent assistants that organize and prioritize your activities", "packageManager": "pnpm@10.18.3", "type": "module",