Release core v0.12.8

This commit is contained in:
Lucas Gelfond 2024-12-25 08:53:01 -08:00
parent 4695a20581
commit 376aaacf3a
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -28702,7 +28702,7 @@
}, },
"packages/core": { "packages/core": {
"name": "@ffmpeg/core", "name": "@ffmpeg/core",
"version": "0.12.7", "version": "0.12.8",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"engines": { "engines": {
"node": ">=16.x" "node": ">=16.x"

View File

@ -1,6 +1,6 @@
{ {
"name": "@ffmpeg/core", "name": "@ffmpeg/core",
"version": "0.12.7", "version": "0.12.8",
"description": "FFmpeg WebAssembly version (single thread)", "description": "FFmpeg WebAssembly version (single thread)",
"main": "./dist/umd/ffmpeg-core.js", "main": "./dist/umd/ffmpeg-core.js",
"exports": { "exports": {

View File

@ -6,7 +6,7 @@ const ROOT = "public/assets";
const FFMPEG_VERSION = "0.12.7"; const FFMPEG_VERSION = "0.12.7";
const UTIL_VERSION = "0.12.0"; const UTIL_VERSION = "0.12.0";
const CORE_VERSION = "0.12.5"; const CORE_VERSION = "0.12.8";
const CORE_MT_VERSION = "0.12.5"; const CORE_MT_VERSION = "0.12.5";
const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`; const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;