1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Update runner version

This commit is contained in:
Chocobozzz 2025-04-16 15:03:21 +02:00
parent b7a974e448
commit 745c051bc3
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 5 additions and 2 deletions

View file

@ -1,10 +1,13 @@
# Changelog
## v0.1.2
* Support query params in custom upload URL
## v0.1.1
* Fix adding studio watermark with audio/video split HLS file
## v0.1.0
* Requires Node 20

View file

@ -1,6 +1,6 @@
{
"name": "@peertube/peertube-runner",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"main": "dist/peertube-runner.js",
"bin": "dist/peertube-runner.js",