diff --git a/.changeset/thirty-coins-punch.md b/.changeset/thirty-coins-punch.md deleted file mode 100644 index b713ecb..0000000 --- a/.changeset/thirty-coins-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Changed: ActivityType.Task now has a default start of new Date() diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 9ab2f07..6940466 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.14.4 + +### Changed + +- ActivityType.Task now has a default start of new Date() ([#34](https://github.com/plotday/plot/pull/34) [`d87d285`](https://github.com/plotday/plot/commit/d87d2850a2ac2c30bade586fc7f1654f37ff6101)) + ## 0.14.3 ### Fixed diff --git a/sdk/package.json b/sdk/package.json index 66ff5b0..8e2a539 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.14.3", + "version": "0.14.4", "description": "SDK for building Plot agents - intelligent assistants that organize and prioritize your activities", "packageManager": "pnpm@10.18.3", "type": "module",