Skip to content

Commit

Permalink
Merge branch 'main' of github.com:terwer/siyuan-plugin-blog into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 10, 2025
2 parents 8fb42f2 + 5867691 commit fe14dd9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.1"
".": "6.0.2"
}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## [6.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.0...siyuan-plugin-blog-v6.0.1) (2025-01-10)
## [6.0.2](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.1...siyuan-plugin-blog-v6.0.2) (2025-01-10)
### Bug Fixes
* install script ([586501e](https://github.com/terwer/siyuan-plugin-blog/commit/586501e0f443d5b5560d3636cf2a1d33798464b8))
* install scripts ([3b238c7](https://github.com/terwer/siyuan-plugin-blog/commit/3b238c733c42ef6abec32eeaa713d9f5df9b2f67))
* siyuan build ([89b5770](https://github.com/terwer/siyuan-plugin-blog/commit/89b57709cf92b54f96614c0bf6792bc889f27d71))
## [6.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.0.0...siyuan-plugin-blog-v6.0.1) (2025-01-10)
* ci ([7024dd3](https://github.com/terwer/siyuan-plugin-blog/commit/7024dd31972c039100d01f6718d3d7e13d09338f))
## [6.0.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v5.3.1...siyuan-plugin-blog-v6.0.0) (2025-01-10)
### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terwer/share-pro-app",
"type": "module",
"version": "6.0.1",
"version": "6.0.2",
"scripts": {
"dev": "bash script/dev.sh",
"build": "bash script/build.sh",
Expand Down
2 changes: 1 addition & 1 deletion apps/siyuan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-blog",
"version": "6.0.1",
"version": "6.0.2",
"type": "module",
"homepage": "https://github.com/terwer/siyuan-plugin-blog",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/siyuan/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan-blog",
"author": "terwer",
"url": "https://github.com/terwer/siyuan-plugin-blog",
"version": "6.0.1",
"version": "6.0.2",
"minAppVersion": "2.9.0",
"backends": [
"windows",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-plugin-blog",
"version": "6.0.1",
"version": "6.0.2",
"scripts": {
"devApp": "ppnpm dev -F @terwer/share-pro-app -- --host",
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",
Expand Down

0 comments on commit fe14dd9

Please sign in to comment.