video-pipeline 1.2.3 → 1.2.4
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.4] - 2026-06-11
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- release body 自动提取当前版本 CHANGELOG 段 (`4f03302`)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- sed 模式改用 #+ 匹配任意层级标题,兼容 major/minor/patch 不同 # 数量 (`86f2e5b`)
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
- update (`9e4fd55`)
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
## [1.2.3] - 2026-06-11
|
|
4
19
|
|
|
5
20
|
### Bug Fixes
|