From 1a53069402a23288fdd9fff8406bd1a25e9edffa Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Wed, 8 Jan 2025 04:12:14 -0500 Subject: [PATCH] chore: bump version to 0.0.5 in package.json and jsr.json; add publish configuration --- jsr.json | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index ceba3ac..4d1021d 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,9 @@ { "name": "@kunkun/ext-image-processing", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", - "exports": "./mod.ts" + "exports": "./mod.ts", + "publish": { + "include": ["build", "dist"] + } } diff --git a/package.json b/package.json index 2227bfd..d9bad18 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "image-processing", - "version": "0.0.4", + "version": "0.0.5", "kunkun": { "name": "TODO: Change Display Name", "shortDescription": "A Custom UI template for sveltekit",