Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Aug 21, 2023
1 parent df381e9 commit 5587927
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5587927

Please sign in to comment.