diff --git a/manifest.json b/manifest.json index 6eefca8..89541a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.2.0", + "version": "3.2.1", "minAppVersion": "1.1.1", "description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.", "author": "mgmeyers", diff --git a/package.json b/package.json index 1899bd7..86fe65f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.2.0", + "version": "3.2.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 56fb405..a4a2f68 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,4 +1,10 @@ -aeafb5b Support epub and snapshot annotations +806bfbc Add "firstAttachmentLink" template data +f0f9f9c 3.2.0 +1b43895 Support epub and snapshot annotations +125bf26 Merge pull request #344 from brchristian/patch-1 +7f967e0 Merge pull request #349 from abachant/fix-import-format-settings-327 1fdb5a9 Merge pull request #248 from fguiotte/patch-1 +2754d35 Fix spelling of 'Bibliography' +60ec333 Update PDF Annotations.md 1961cad Fix coloCategory Blue d05ea31 Fix colorCategory Purple diff --git a/versions.json b/versions.json index 5384560..b24a6ca 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "3.1.6": "1.1.1", "3.1.7": "1.1.1", "3.1.8": "1.1.1", - "3.2.0": "1.1.1" + "3.2.0": "1.1.1", + "3.2.1": "1.1.1" }