cc-devflow 4.5.17 → 4.5.18
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
_No unreleased changes._
|
|
13
13
|
|
|
14
|
+
## [4.5.18] - 2026-05-17
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Published the mainline release metadata after `4.5.17` was already present on npm, keeping package manifests, changelog, and the release tag aligned to `main`.
|
|
19
|
+
|
|
14
20
|
## [4.5.17] - 2026-05-17
|
|
15
21
|
|
|
16
22
|
### Added
|