Skip to content

Commit

Permalink
3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Oct 14, 2023
1 parent 56cad3b commit 2071746
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": [],
Expand Down
3 changes: 2 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 2071746

Please sign in to comment.