diff --git a/.changeset/dim-background-task-status-wording.md b/.changeset/dim-background-task-status-wording.md deleted file mode 100644 index ceb28a61..00000000 --- a/.changeset/dim-background-task-status-wording.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Dim the wording on background task status lines so only the status dot is coloured. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index d448bc3c..e04982de 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,11 @@ # @pythoughts/pythinker-code +## 0.13.1 + +### Patch Changes + +- [#43](https://github.com/Pythoughts-labs/pythinker-code/pull/43) [`0ea74d4`](https://github.com/Pythoughts-labs/pythinker-code/commit/0ea74d4b7afa49e79440bff9464ed4019e3fcb1c) - Dim the wording on background task status lines so only the status dot is coloured. + ## 0.13.0 ### Minor Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index f33563ba..8c5d21d4 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.13.0", + "version": "0.13.1", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",