diff --git a/manifest.json b/manifest.json index 3d3b2f5..826ae4f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Integration", - "version": "3.0.10", + "version": "3.0.11", "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 4a1b48b..8ccdc93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "3.0.10", + "version": "3.0.11", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -13,7 +13,7 @@ "clean": "yarn prettier && yarn lint:fix", "test": "jest", "rlnotes": "git log $(git describe --tags --abbrev=0)..HEAD --oneline > release-notes.md && git add release-notes.md", - "bump": "node version-bump.mjs && git add manifest.json versions.json && yarn rlnotes", + "bump": "node version-bump.mjs && git add manifest.json versions.json package.json && yarn rlnotes", "release": "git commit -m $npm_package_version && git tag $npm_package_version && git push && git push --tags" }, "keywords": [], diff --git a/release-notes.md b/release-notes.md index 16de71a..3c87897 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,2 @@ -752556b Add API for programmatically running imports +bb42afa Add data explorer context menu for copying template strings +6c586bc Don't output import date of there are no persist tags diff --git a/versions.json b/versions.json index 3195e29..4b615c2 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "3.0.7": "1.1.1", "3.0.8": "1.1.1", "3.0.9": "1.1.1", - "3.0.10": "1.1.1" + "3.0.10": "1.1.1", + "3.0.11": "1.1.1" }