From 81d5bee160e9b8b505a09b523c27fea2f89d18a3 Mon Sep 17 00:00:00 2001
From: frostime <frostime@foxmail.com>
Date: Sat, 1 Jun 2024 16:35:02 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 CHANGELOG.md    | 5 ++++-
 README.md       | 2 +-
 README_zh_CN.md | 2 +-
 package.json    | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce36ec8..af04807 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
 # Changelog
 
-## 0.3.5 2024-03
+## v0.3.5 2024-04-30
+
+* [Add `direction` to plugin method `Setting.addItem`](https://github.com/siyuan-note/siyuan/issues/11183)
+
 
 ## 0.3.4 2024-02-20
 
diff --git a/README.md b/README.md
index 09c8cdd..5f3c813 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
 2. Use symbolic linking instead of putting the project into the plugins directory program development
 3. Built-in support for the svelte framework
 
-     > If don't want svelte, turn to this template: [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
+     > **If don't want svelte, turn to this template**: [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
 
 4. Provides a github action template to automatically generate package.zip and upload to new release
 
diff --git a/README_zh_CN.md b/README_zh_CN.md
index ca35f7c..9f447fa 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -10,7 +10,7 @@
 2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发
 3. 内置对 svelte 框架的支持
   
-   > 如果不想要 svelte,请移步 [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
+   > **如果不想要 svelte,请移步这个模板:** [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
 
 4. 提供一个github action 模板,能自动生成package.zip并上传到新版本中
 
diff --git a/package.json b/package.json
index 44cdd78..fd49b9c 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "minimist": "^1.2.8",
     "rollup-plugin-livereload": "^2.0.5",
     "sass": "^1.63.3",
-    "siyuan": "0.9.8",
+    "siyuan": "0.9.9",
     "svelte": "^4.2.0",
     "ts-node": "^10.9.1",
     "typescript": "^5.1.3",