diff --git a/.changeset/wise-lights-give.md b/.changeset/wise-lights-give.md deleted file mode 100644 index 31afd0e..0000000 --- a/.changeset/wise-lights-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plotday/twister": patch ---- - -Added: Activity.kind to indicate the icon that should be used to depict the activity diff --git a/twister/CHANGELOG.md b/twister/CHANGELOG.md index 2a12385..4fe02f3 100644 --- a/twister/CHANGELOG.md +++ b/twister/CHANGELOG.md @@ -1,5 +1,11 @@ # @plotday/twister +## 0.31.1 + +### Added + +- Activity.kind to indicate the icon that should be used to depict the activity ([`3c8f841`](https://github.com/plotday/plot/commit/3c8f841b5c881fc42e0acadcc1d54859354a7815)) + ## 0.31.0 ### Changed diff --git a/twister/package.json b/twister/package.json index 55b1687..f8effbf 100644 --- a/twister/package.json +++ b/twister/package.json @@ -1,6 +1,6 @@ { "name": "@plotday/twister", - "version": "0.31.0", + "version": "0.31.1", "description": "Plot Twist Creator - Build intelligent extensions that integrate and automate", "packageManager": "pnpm@10.18.3", "type": "module",