Skip to content

Commit b698163

Browse files
committed
chore(release): v0.1.6
1 parent c354784 commit b698163

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
lines changed

npm/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-dev",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "FFmpeg headers for Node.js native addon development",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-arm64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-arm64-non-free",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for darwin-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-arm64",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for darwin-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-x64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-x64-non-free",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for darwin-x64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-x64",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for darwin-x64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-arm64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-arm64-non-free",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for linux-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-arm64",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for linux-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-x64-musl-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-x64-musl-non-free",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with all codecs including GPL (x264/x265) for linux-x64-musl (Alpine)",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-x64-musl",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for linux-x64-musl (Alpine)",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-x64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-x64-non-free",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for linux-x64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

0 commit comments

Comments
 (0)