diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7269a19a..5a2f706c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.2" + ".": "5.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c22504ec..0b6e4f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## [5.0.2](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.1...siyuan-blog-v5.0.2) (2024-11-15) +## [5.0.3](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.2...siyuan-blog-v5.0.3) (2024-11-15) ### Bug Fixes +* outline not show normal in some case ([d6bdda9](https://github.com/terwer/siyuan-plugin-blog/commit/d6bdda907bd7f8ad8a6cd30786ad9559a9881846)) +## [5.0.2](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.1...siyuan-blog-v5.0.2) (2024-11-15) * doctree not show in some case ([3902a87](https://github.com/terwer/siyuan-plugin-blog/commit/3902a8756f9bc99e25effb921581b834001dc66a)) * outline not show normal ([7c35ded](https://github.com/terwer/siyuan-plugin-blog/commit/7c35ded8920f500cc0f1ca7c3306c1b54cdcfa52)) ## [5.0.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.0...siyuan-blog-v5.0.1) (2024-11-15) diff --git a/package.json b/package.json index 53b54baa..24bb3853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-blog", - "version": "5.0.2", + "version": "5.0.3", "description": "The notions sharing function you want is here too", "type": "module", "scripts": { diff --git a/plugin.json b/plugin.json index 0a8dd94f..7b7dbf9e 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-blog", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-blog", - "version": "5.0.2", + "version": "5.0.3", "minAppVersion": "2.9.0", "backends": [ "windows",