From d8f462bba8d8195af2c5465c8912dcce9071050b Mon Sep 17 00:00:00 2001 From: isamu Date: Wed, 17 Jun 2026 09:04:50 +0900 Subject: [PATCH] chore: release 1.0.1 Patch release covering the routine devDependency refresh that merged since 1.0.0 (#72): @types/node, eslint, eslint-plugin-prettier, eslint-plugin-security, prettier, tsx, typescript-eslint bumped to current minors. No runtime deps changed; published package contents are identical to 1.0.0. See CHANGELOG.md for the version-pin diff. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ec2d57..cb306e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ From **1.0.0** onward the public API is considered stable and strict SemVer appl ## [Unreleased] +## [1.0.1] - 2026-06-17 + +### Internal + +- Routine devDependency refresh (#72): `@types/node` 25.6.2 → 25.9.3, `eslint` 10.3.0 → 10.5.0, `eslint-plugin-prettier` 5.5.5 → 5.5.6, `eslint-plugin-security` 4.0.0 → 4.0.1, `prettier` 3.4.2 → 3.8.4, `tsx` 4.19.2 → 4.22.4, `typescript-eslint` 8.20.0 → 8.61.1. No runtime dependencies changed; published package contents are identical to `1.0.0`. + ## [1.0.0] - 2026-05-18 First stable release. **No code changes since `0.1.5`** — this release promotes the surface that shipped through the `0.1.x` line to a stable, SemVer-guaranteed API. diff --git a/package.json b/package.json index 2b714b34..b4675325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@modernized/fluent-ffmpeg", - "version": "1.0.0", + "version": "1.0.1", "description": "A fluent API to FFMPEG (http://www.ffmpeg.org) — modernized fork in TypeScript", "keywords": [ "ffmpeg"