From d796f8bd4d3947df5b3c922bf935bdec6665ab27 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sun, 12 Jan 2025 15:21:18 -0500 Subject: [PATCH] chore: bump version to 0.0.15 in jsr.json and package.json --- jsr.json | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/jsr.json b/jsr.json index 65a936b..c3ead4a 100644 --- a/jsr.json +++ b/jsr.json @@ -1,7 +1,7 @@ { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@kunkun/ext-image-processing", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "exports": "./mod.ts", "publish": { @@ -16,6 +16,5 @@ "src/types.ts", ".npmrc" ] - }, - "exclude": ["deno-src"] + } } diff --git a/package.json b/package.json index cdaf613..7bf1b74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "image-processing", - "version": "0.0.14", + "version": "0.0.15", "kunkun": { "name": "Image Processing", "shortDescription": "Image Processing",