diff --git a/manifest.json b/manifest.json index a942144..833a7cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.0.12", + "version": "3.1.0", "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 a6d34cc..3794b1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.0.12", + "version": "3.1.0", "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 edf7892..ed77fe1 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,11 @@ -d76155b Fix issues with persist tags (fix #301) +ba9ad42 Run single import per item +3664e62 Fix #311 +21cc3ce Merge pull request #304 from theotheo/set-attribute +d762f60 Merge pull request #313 from johan-mattias/patch-1 +e9a51b4 Update README.md +b53e4e7 style: fix code example +2e05aba Fix: add previously overlooked screenshot +0363b67 docs: add acknowledgment for borrowed code +d4ef1a5 feat: filter to modify object +56223d0 Merge pull request #297 from Lslightly/main +757b44c clarify the "persist" feature diff --git a/versions.json b/versions.json index 3ed3536..c8df4b1 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "3.0.9": "1.1.1", "3.0.10": "1.1.1", "3.0.11": "1.1.1", - "3.0.12": "1.1.1" + "3.0.12": "1.1.1", + "3.1.0": "1.1.1" }