diff --git a/.changeset/afraid-results-stay.md b/.changeset/afraid-results-stay.md deleted file mode 100644 index a845151c..00000000 --- a/.changeset/afraid-results-stay.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/root-container-bump.md b/.changeset/root-container-bump.md deleted file mode 100644 index 46e142be..00000000 --- a/.changeset/root-container-bump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -Run container as root by default; remove sudo package and non-root user diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 8069717f..dfd38105 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.138 + +### Patch Changes + +- [#822](https://github.com/perstack-ai/perstack/pull/822) [`5dd2b55`](https://github.com/perstack-ai/perstack/commit/5dd2b55eadc7d4ee20f918442feac3a40f348624) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Run container as root by default; remove sudo package and non-root user + ## 0.0.137 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 3ddd2d23..4c795b2c 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.137", + "version": "0.0.138", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",