diff --git a/CHANGELOG.md b/CHANGELOG.md index 27461a0..ff7ca2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ -## [0.1.1] +## [0.2.1] +### Added + +- Enable on `.mdx` (markdown + React components) +- Reference regex now ignores trailing period, for better matching of inline citation at the end of a sentence. + +## [0.2.0] ### Added - Added a decorator which shows the links to Zotero on hovering the citerefs. diff --git a/package.json b/package.json index 1fd551e..df670ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "rubenvandeven", "displayName": "ZoteroLens", "description": "When using Markdown citations, Zoterolens provides quick access to Zotero pdf-attachments.", - "version": "0.2.0", + "version": "0.2.1", "engines": { "vscode": "^1.63.0" },