From 558792707989ef00bfe3b3f421ed2bfaf273090a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 21 Aug 2023 22:49:29 +0800 Subject: [PATCH] :arrow_up: --- CHANGELOG.md | 5 ++++- package.json | 4 ++-- plugin.json | 4 ++-- pnpm-lock.yaml | 8 ++++---- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43029c..81df6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 0.2.1 2023-08- +## 0.2.2 2023-08 + + +## 0.2.1 2023-08-21 * [Plugin API add getOpenedTab method](https://github.com/siyuan-note/siyuan/issues/9002) * [Plugin API custom.fn => custom.id in openTab](https://github.com/siyuan-note/siyuan/issues/8944) diff --git a/package.json b/package.json index a743714..15f0c06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-sample", - "version": "0.2.0", + "version": "0.2.1", "description": "This is a sample plugin for Siyuan (https://b3log.org/siyuan)", "main": ".src/index.js", "scripts": { @@ -21,7 +21,7 @@ "mini-css-extract-plugin": "2.3.0", "sass": "^1.62.1", "sass-loader": "^12.6.0", - "siyuan": "0.8.0", + "siyuan": "0.8.1", "tslib": "2.4.0", "typescript": "4.7.4", "webpack": "^5.76.0", diff --git a/plugin.json b/plugin.json index d0c8e64..a905471 100644 --- a/plugin.json +++ b/plugin.json @@ -2,8 +2,8 @@ "name": "plugin-sample", "author": "Vanessa", "url": "https://github.com/siyuan-note/plugin-sample", - "version": "0.2.0", - "minAppVersion": "2.10.0", + "version": "0.2.1", + "minAppVersion": "2.10.1", "backends": ["windows", "linux", "darwin"], "frontends": ["desktop"], "displayName": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cc7f36..dd8e6ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ devDependencies: specifier: ^12.6.0 version: 12.6.0(sass@1.62.1)(webpack@5.76.0) siyuan: - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.8.1 + version: 0.8.1 tslib: specifier: 2.4.0 version: 2.4.0 @@ -1975,8 +1975,8 @@ packages: engines: {node: '>=8'} dev: true - /siyuan@0.8.0: - resolution: {integrity: sha512-QbT/6YKetvmJ/1D7OaqF/zIK+TUXI6eUPJ48qlbqdJtN8/aN809+hsMz+2xUO5pxq5nc3+hSGomia5sBoXQRwQ==} + /siyuan@0.8.1: + resolution: {integrity: sha512-IchpxouG2+8lKEpm+tkjK9GpipIzQXY/mdH1V8JMv830ZkyCwTEqSbUJOUf1XcKSmOwadBFa1CAzdZmaQg3a4Q==} dev: true /slash@3.0.0: