fix(smartffmpeg): Bump patch version to 1.1.1

This commit is contained in:
2025-12-11 23:07:36 +00:00
parent 329e6ebef5
commit 95cf2a6a3a
3 changed files with 8 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.nogit/
node_modules/
node_modules/
dist_*

View File

@@ -1,5 +1,10 @@
# 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)
Initial release: add SmartFfmpeg fluent builder API with in-memory streams, progress tracking, and bundled ffmpeg/ffprobe

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartffmpeg',
version: '1.1.0',
version: '1.1.1',
description: 'A fast Node.js module for media file conversion using ffmpeg'
}