Skip to content

Commit 4ace9e8

Browse files
committed
RELEASE: v12.14 (main)
1 parent 21b90a8 commit 4ace9e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ffmpeg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ffmpeg/ffmpeg",
3-
"version": "0.12.13",
3+
"version": "0.12.14",
44
"description": "FFmpeg WebAssembly version for browser",
55
"main": "./dist/umd/ffmpeg.js",
66
"types": "./dist/esm/index.d.ts",

scripts/download-assets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const fs = require("fs");
44
const NPM_URL = "https://registry.npmjs.org";
55
const ROOT = "public/assets";
66

7-
const FFMPEG_VERSION = "0.12.13";
7+
const FFMPEG_VERSION = "0.12.14";
88
const UTIL_VERSION = "0.12.1";
99
const CORE_VERSION = "0.12.9";
1010
const CORE_MT_VERSION = "0.12.9";

0 commit comments

Comments
 (0)