video-pipeline 1.2.0 → 1.2.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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.2] - 2026-06-11
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- 修复 workflows/publish.yml 无效的 releases 权限值 (`2a2f778`)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.2.1] - 2026-06-11
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- 改进发布流程 — 未提交文件提示提交 + 移除 GITHUB_TOKEN 依赖 (`2269869`)
|
|
15
|
+
- release.js 推送失败时显示 git 原始错误信息 (stderr) (`fba88f3`)
|
|
16
|
+
|
|
17
|
+
### Documentation
|
|
18
|
+
|
|
19
|
+
- update (`055da24`)
|
|
20
|
+
|
|
21
|
+
|
|
3
22
|
## [1.2.0] - 2026-06-11
|
|
4
23
|
|
|
5
24
|
### Bug Fixes
|