diff --git a/CHANGELOG.md b/CHANGELOG.md index 348deac..6e6ea00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/sawhney17/logseq-citation-manager/compare/v3.1.0...v3.2.0) (2023-12-07) + + +### Features + +* **templating:** add notes ([74d4f14](https://github.com/sawhney17/logseq-citation-manager/commit/74d4f149c26c110faa8a860e3bcc957428a91ab1)) + # [3.1.0](https://github.com/sawhney17/logseq-citation-manager/compare/v3.0.6...v3.1.0) (2023-10-17) diff --git a/package.json b/package.json index a6f6c4d..d136786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-citation-manager", - "version": "3.1.0", + "version": "3.2.0", "description": "A citation manager plugin for logseq, integrating Paperpile, Zotero and any Bibtex exportable citation manager", "main": "dist/index.html", "scripts": {