From 2a9a3d5ccb557731d918a447354325e9cd98c797 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 04:37:41 -0500 Subject: [PATCH] bump version to 0.1.3 in package.json and jsr.json, and update publish include to add package.json --- jsr.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index ac8b978..302b565 100644 --- a/jsr.json +++ b/jsr.json @@ -1,9 +1,9 @@ { "name": "@kunkun/kunkun-ext-vscode", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "exports": "./mod.ts", "publish": { - "include": ["dist", "README.md", "mod.ts"] + "include": ["dist", "README.md", "mod.ts", "package.json"] } } diff --git a/package.json b/package.json index 03a13e8..19438b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-vscode", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/kunkunsh/kunkun-ext-vscode", "type": "module", "kunkun": {