From 95cf2a6a3abde1d04753035625c4c023046be747 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 11 Dec 2025 23:07:36 +0000 Subject: [PATCH] fix(smartffmpeg): Bump patch version to 1.1.1 --- .gitignore | 3 ++- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 57aaab2..4c07bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .nogit/ -node_modules/ \ No newline at end of file +node_modules/ +dist_* \ No newline at end of file diff --git a/changelog.md b/changelog.md index ecab2d6..177bcda 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index d59a0bc..13e65b3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }