chore: release v0.1.4

This commit is contained in:
github-actions[bot]
2026-03-26 22:09:12 +00:00
parent 81e6cb92f0
commit 87fc3e3d8f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/cli",
"version": "0.1.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"files": [
"dist",
"docs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/engine",
"version": "0.1.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"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.3",
"version": "0.1.4",
"files": [
"src",
"dist"