chore: bump version to 0.0.5 in package.json and jsr.json; add publish configuration

This commit is contained in:
Huakun Shen 2025-01-08 04:12:14 -05:00
parent 2ec4494402
commit 1a53069402
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View File

@ -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"]
}
}

View File

@ -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",