Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Feb 20, 2024
1 parent 287eb85 commit 7d3b912
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## 0.3.4 2024-02
## 0.3.5 2024-03

## 0.3.4 2024-02-20

* [Add plugin event bus `click-flashcard-action`](https://github.com/siyuan-note/siyuan/issues/10318)

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.3.3",
"version": "0.3.4",
"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.9.3",
"siyuan": "0.9.4",
"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.3.3",
"minAppVersion": "2.12.1",
"version": "0.3.4",
"minAppVersion": "3.0.0",
"backends": [
"windows",
"linux",
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 7d3b912

Please sign in to comment.