diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a7550..24c1946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.11](https://github.com/yoyurec/logseq-banners-plugin/compare/v3.4.10...v3.4.11) (2023-02-25) + + +### Bug Fixes + +* **quotes:** cleaning + markdown. add test runner. upd elsint ([932c51a](https://github.com/yoyurec/logseq-banners-plugin/commit/932c51ac21ee275b79be074b2d803369a7a0cb55)) + ## [3.4.10](https://github.com/yoyurec/logseq-banners-plugin/compare/v3.4.9...v3.4.10) (2023-02-19) diff --git a/package.json b/package.json index 6a46170..a5d01f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-banners-plugin", "description": "Enliven your notes with custom Notion style banners and icons!", - "version": "3.4.10", + "version": "3.4.11", "author": "yoyurec ", "main": "dist/index.html", "scripts": {