fix(smartffmpeg): Bump patch version to 1.1.1
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.nogit/
|
.nogit/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
dist_*
|
||||||
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-12-11 - 1.1.1 - fix(smartffmpeg)
|
||||||
|
Bump patch version to 1.1.1
|
||||||
|
|
||||||
|
- No source changes detected in the working tree — prepare a patch release (1.1.1) for packaging/release purposes.
|
||||||
|
|
||||||
## 2025-12-11 - 1.1.0 - feat(core)
|
## 2025-12-11 - 1.1.0 - feat(core)
|
||||||
Initial release: add SmartFfmpeg fluent builder API with in-memory streams, progress tracking, and bundled ffmpeg/ffprobe
|
Initial release: add SmartFfmpeg fluent builder API with in-memory streams, progress tracking, and bundled ffmpeg/ffprobe
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartffmpeg',
|
name: '@push.rocks/smartffmpeg',
|
||||||
version: '1.1.0',
|
version: '1.1.1',
|
||||||
description: 'A fast Node.js module for media file conversion using ffmpeg'
|
description: 'A fast Node.js module for media file conversion using ffmpeg'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user