@plasius/video 0.1.1 → 0.1.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 +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -18,6 +18,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
18
18
|
- Updated CD test stage to execute `npm run test:coverage` and upload coverage to Codecov using OIDC in the release pipeline.
|
|
19
19
|
- Updated Vitest coverage reporters to include `lcov` output for Codecov ingestion.
|
|
20
20
|
- Made SBOM generation non-blocking in CD and only attest when `sbom.cdx.json` is present.
|
|
21
|
+
- Made SBOM release-asset upload non-blocking to avoid failing publish after successful npm release.
|
|
21
22
|
|
|
22
23
|
- **Fixed**
|
|
23
24
|
- (placeholder)
|