diff --git a/.changeset/perstack-docker-rebuild.md b/.changeset/perstack-docker-rebuild.md deleted file mode 100644 index 4668518b..00000000 --- a/.changeset/perstack-docker-rebuild.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -fix: add @perstack/studio to Dockerfile and expert CLI commands diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index d3370df3..4b9fc95c 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.100 + +### Patch Changes + +- [#633](https://github.com/perstack-ai/perstack/pull/633) [`6e1d1ec`](https://github.com/perstack-ai/perstack/commit/6e1d1ece114154781fa5e5ed7fc735f59c488731) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: add @perstack/studio to Dockerfile and expert CLI commands + ## 0.0.99 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 1a036d25..8c043aeb 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.99", + "version": "0.0.100", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",