diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41010749..fb1ef4a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.0" + ".": "5.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fdc2ed..ce9e15c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.3.0...siyuan-blog-v5.3.1) (2024-12-23) + + +### Bug Fixes + +* free share error ([f56214d](https://github.com/terwer/siyuan-plugin-blog/commit/f56214d4afe876fcf9ebbf8b8f1946c6b1614ba0)) + ## [5.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.2.0...siyuan-blog-v5.3.0) (2024-12-19) ### Features * support cloudflare deploy ([3a50d66](https://github.com/terwer/siyuan-plugin-blog/commit/3a50d66151ddb3dde39c5e688a57b066a108bbff)) @@ -277,4 +284,4 @@ ## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21) ## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21) ## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20) -## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) \ No newline at end of file +## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) diff --git a/package.json b/package.json index 8b9b4b58..7abde22c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-blog", - "version": "5.3.0", + "version": "5.3.1", "description": "The notions sharing function you want is here too", "type": "module", "scripts": {