diff --git a/.changeset/moody-plants-join.md b/.changeset/moody-plants-join.md deleted file mode 100644 index fa8b969..0000000 --- a/.changeset/moody-plants-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/sdk": patch ---- - -Fixed: Add lint and deploy scripts to generated package.json diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 11712aa..c6d52da 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/sdk +## 0.12.2 + +### Fixed + +- Add lint and deploy scripts to generated package.json ([#19](https://github.com/plotday/plot/pull/19) [`0910b87`](https://github.com/plotday/plot/commit/0910b8770cd5cc404d5cedbe0e3380a624f7e348)) + ## 0.12.1 ### Changed diff --git a/sdk/package.json b/sdk/package.json index bf8b580..b9f606d 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/sdk", - "version": "0.12.1", + "version": "0.12.2", "description": "SDK for building Plot agents - intelligent assistants that organize and prioritize your activities", "packageManager": "pnpm@10.18.3", "type": "module",