diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c3631f..0a80cdb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.1" + ".": "0.33.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2781690..7c2d2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.33.2](https://github.com/aetherpak/cli/compare/v0.33.1...v0.33.2) (2026-08-23) + + +### Bug Fixes + +* **builder:** fix linter exception loading and sandbox file access ([#159](https://github.com/aetherpak/cli/issues/159)) ([50c118d](https://github.com/aetherpak/cli/commit/50c118dcea0b1ad633b7e4d33188d9ce0b166e31)) + ## [0.33.1](https://github.com/aetherpak/cli/compare/v0.33.0...v0.33.1) (2026-08-23)