diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b8be4..30126ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # reference-map +## 1.8.0 + +### Minor Changes + +- Convert selected citekey to a link to open item in zotero + ## 1.7.3 ### Patch Changes diff --git a/manifest.json b/manifest.json index 2c49245..4915fa5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "reference-map", "name": "Reference Map", - "version": "1.7.3", + "version": "1.8.0", "minAppVersion": "1.0", "description": "Reference and citation map for literature review and discovery", "author": "Anoop K. Chandran", diff --git a/package.json b/package.json index 20c44ab..42b666f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reference-map", - "version": "1.7.3", + "version": "1.8.0", "description": "Reference and citation map for literature review and discovery", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fe1bc34..e9c0913 100644 --- a/versions.json +++ b/versions.json @@ -117,5 +117,6 @@ "1.7.0": "1.0", "1.7.1": "1.0", "1.7.2": "1.0", - "1.7.3": "1.0" + "1.7.3": "1.0", + "1.8.0": "1.0" } \ No newline at end of file