chore: release v0.1.5 (#77)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-27 01:50:05 +01:00
committed by GitHub
co-authored by github-actions[bot]
parent 101ff633ca
commit ffd0fb678f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
"bin": {
"hyperframes": "./dist/cli.js"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/core",
"version": "0.1.4",
"version": "0.1.5",
"files": [
"dist",
"docs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/engine",
"version": "0.1.4",
"version": "0.1.5",
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/producer",
"version": "0.1.4",
"version": "0.1.5",
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
"files": [
"dist/"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/studio",
"version": "0.1.4",
"version": "0.1.5",
"files": [
"src",
"dist"