diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c31ae4..09f675a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-08-13 +### Fixed +- Fixed manifest discovery error with multiple manifests. Manifests are now discovered based + on priority basis as follows: + 1. `rokit.toml` + 2. `aftman.toml` + 3. `foreman.toml` + ## [0.1.1] - 2024-08-10 ### Changed - Now uses the official installer script internally for installing Rokit @@ -15,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release, with support for rokit instead of aftman -[Unreleased]: https://github.com/CompeyDev/setup-rokit/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/CompeyDev/setup-rokit/compare/v0.1.2...HEAD [0.1.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.0 [0.1.1]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.1 +[0.1.2]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.2