From a45d849f56a413c213712d98eabf0e148b9a6308 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 21:56:33 -0500 Subject: [PATCH] Update package version to 0.0.8, add license information, and enhance README with features section --- README.md | 5 +++++ package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02ae192..22f0cce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Kunkun Custom UI Extension Template (SvelteKit) +## Features + +- Video Conversion + + ```ts export type ProcessVideoOptions = { resizePercentage?: number; diff --git a/package.json b/package.json index f393a66..5349c3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "$schema": "https://schema.kunkun.sh", + "license": "MIT", "name": "kunkun-ext-video-processing", - "version": "0.0.7", + "version": "0.0.8", "repository": "https://github.com/kunkunsh/kunkun-ext-video-processing", "kunkun": { "name": "Video Processing",