Skip to content

Commit

Permalink
RELEASE: v12.14 (main)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgelfond committed Jan 6, 2025
1 parent 21b90a8 commit 4ace9e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ffmpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ffmpeg/ffmpeg",
"version": "0.12.13",
"version": "0.12.14",
"description": "FFmpeg WebAssembly version for browser",
"main": "./dist/umd/ffmpeg.js",
"types": "./dist/esm/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/download-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require("fs");
const NPM_URL = "https://registry.npmjs.org";
const ROOT = "public/assets";

const FFMPEG_VERSION = "0.12.13";
const FFMPEG_VERSION = "0.12.14";
const UTIL_VERSION = "0.12.1";
const CORE_VERSION = "0.12.9";
const CORE_MT_VERSION = "0.12.9";
Expand Down

0 comments on commit 4ace9e8

Please sign in to comment.