@syntax-syllogism/aloop 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -139,3 +139,16 @@ History from before the standalone extraction (changesets format), preserved for
|
|
|
139
139
|
rather than assuming `origin` in repos with several remotes.
|
|
140
140
|
- Prompts ship with the package and are overridable per phase from
|
|
141
141
|
`.loop/prompts/` in the consuming project.
|
|
142
|
+
|
|
143
|
+
## [0.5.2] - 2026-09-13
|
|
144
|
+
|
|
145
|
+
### Changed
|
|
146
|
+
|
|
147
|
+
- Internal maintenance and tooling updates
|
|
148
|
+
|
|
149
|
+
## [0.5.1] - 2026-09-13
|
|
150
|
+
|
|
151
|
+
### Changed
|
|
152
|
+
|
|
153
|
+
- Internal maintenance and tooling updates
|
|
154
|
+
|