diff --git a/CHANGELOG.md b/CHANGELOG.md index 557b667..ea39f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # reference-map +## 1.7.0 + +### Minor Changes + +- Option to change the cited/citing retrieve limit for each index card + +### Patch Changes + +- Remove redundant duplicate option +- Make indexing faster for CSL generation + ## 1.6.5 ### Patch Changes diff --git a/manifest.json b/manifest.json index 1c29a9d..4c7e5ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "reference-map", "name": "Reference Map", - "version": "1.6.6", + "version": "1.7.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 599a47d..6aafa2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reference-map", - "version": "1.6.6", + "version": "1.7.0", "description": "Reference and citation map for literature review and discovery", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7028757..56b3cce 100644 --- a/versions.json +++ b/versions.json @@ -113,5 +113,6 @@ "1.6.3": "1.0", "1.6.4": "1.0", "1.6.5": "1.0", - "1.6.6": "1.0" + "1.6.6": "1.0", + "1.7.0": "1.0" } \ No newline at end of file