chore: release v0.1.2

This commit is contained in:
github-actions[bot]
2026-03-24 04:32:13 +00:00
committed by github-actions
parent 9c31fa870c
commit 7d75ba30db
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hyperframes",
"version": "0.1.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"files": [
"dist",
"docs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/engine",
"version": "0.1.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"files": [
"src",
"dist"