From 376aaacf3a975f09cd6c01b7810ad7288511c4da Mon Sep 17 00:00:00 2001 From: Lucas Gelfond Date: Wed, 25 Dec 2024 08:53:01 -0800 Subject: [PATCH] Release core v0.12.8 --- package-lock.json | 2 +- packages/core/package.json | 2 +- scripts/download-assets.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa16b89..a612a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28702,7 +28702,7 @@ }, "packages/core": { "name": "@ffmpeg/core", - "version": "0.12.7", + "version": "0.12.8", "license": "GPL-2.0-or-later", "engines": { "node": ">=16.x" diff --git a/packages/core/package.json b/packages/core/package.json index e6835c2..08e5d7c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ffmpeg/core", - "version": "0.12.7", + "version": "0.12.8", "description": "FFmpeg WebAssembly version (single thread)", "main": "./dist/umd/ffmpeg-core.js", "exports": { diff --git a/scripts/download-assets.js b/scripts/download-assets.js index d801ea9..0220647 100644 --- a/scripts/download-assets.js +++ b/scripts/download-assets.js @@ -6,7 +6,7 @@ const ROOT = "public/assets"; const FFMPEG_VERSION = "0.12.7"; 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 FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;