Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down