diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b572d..5702c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/macarchy/macarchy-core/compare/v0.4.1...v0.5.0) (2026-09-04) + + +### Features + +* **pkg:** publish an installable package on every release ([#14](https://github.com/macarchy/macarchy-core/issues/14)) ([fed49d7](https://github.com/macarchy/macarchy-core/commit/fed49d7922574333891c5991160144bdc628167c)) + ## [0.4.1](https://github.com/macarchy/macarchy-core/compare/v0.4.0...v0.4.1) (2026-09-04)