diff --git a/.changeset/bump-perstack-docker.md b/.changeset/bump-perstack-docker.md deleted file mode 100644 index 9d31cfb3..00000000 --- a/.changeset/bump-perstack-docker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -Bump to trigger Docker image rebuild with latest runtime fix diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 65a4ae67..b9eab460 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.124 + +### Patch Changes + +- [#743](https://github.com/perstack-ai/perstack/pull/743) [`998c123`](https://github.com/perstack-ai/perstack/commit/998c123ed30bc655d197521dc4eaef96e7ae9156) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Bump to trigger Docker image rebuild with latest runtime fix + ## 0.0.123 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 51d47a23..1861450d 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.123", + "version": "0.0.124", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",