diff --git a/CHANGELOG.md b/CHANGELOG.md index d353be7a..185ff0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.158] - 2025-07-08 + +### Fixed +- Bun: re-generate the lock file when we go to install for the first time or in CI ([#414](https://github.com/agentuity/cli/pull/414)) + ## [v0.0.157] - 2025-07-07 ### Fixed @@ -784,6 +789,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added project import checks during development mode - Added project import checks for new agent creation +[v0.0.158]: https://github.com/agentuity/cli/compare/v0.0.157...v0.0.158 [v0.0.157]: https://github.com/agentuity/cli/compare/v0.0.156...v0.0.157 [v0.0.156]: https://github.com/agentuity/cli/compare/v0.0.155...v0.0.156 [v0.0.155]: https://github.com/agentuity/cli/compare/v0.0.154...v0.0.155