From 2e5eca82fbaa8ec67f913102e07b9e1ffcf8e6fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 18:10:35 +0000 Subject: [PATCH] chore(main): release 0.7.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd1c548..255a1cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.7.2](https://github.com/terwer/src-sy-post-publisher/compare/v0.7.1...v0.7.2) (2023-03-04) + + +### Bug Fixes + +* fix siyuanhook ([724b182](https://github.com/terwer/src-sy-post-publisher/commit/724b1823c4434dd4c2b0232c8e1dbea54fdac0c1)) +* fix siyuanhook ([d68861f](https://github.com/terwer/src-sy-post-publisher/commit/d68861fc31e9f86b42fd8977b209c18fcd89767e)) +* fix siyuanhook ([4ab3d55](https://github.com/terwer/src-sy-post-publisher/commit/4ab3d551a432ecf317b8f57920ce41ab2110927b)) + + +### Miscellaneous + +* fix eslint ([31a2d06](https://github.com/terwer/src-sy-post-publisher/commit/31a2d06b2c15668200d8da12600a025bf260672c)) + ## [0.7.1](https://github.com/terwer/src-sy-post-publisher/compare/v0.7.0...v0.7.1) (2023-03-03) diff --git a/package.json b/package.json index edd4ba6c..e2e0d0f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sy-post-publisher", "private": true, - "version": "0.7.1", + "version": "0.7.2", "scripts": { "serve": "python scripts/serve.py", "dev": "python scripts/dev.py",