@laitszkin/apollo-toolkit 2.1.0 → 2.1.1
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ All notable changes to this repository are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [v2.1.1] - 2026-03-18
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- Allow `fix-github-issues` to hand off validated issue fixes either to `open-source-pr-workflow` for PR submission or to `commit-and-push` for explicit direct-push delivery.
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Align `fix-github-issues` metadata and agent prompt wording with the new direct-push delivery path.
|
|
14
|
+
- Strengthen `weekly-financial-event-report` PDF handoff requirements for long-text table layout, reusable renderers, and visual QA checks.
|
|
15
|
+
|
|
7
16
|
## [v2.1.0] - 2026-03-18
|
|
8
17
|
|
|
9
18
|
### Added
|