diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7a06c..2cf1c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 1.7.1 +30 March 2023 + +Updated the README file with details of how to use the extended features of the copy function. + ## 1.7.0 30 March 2023 diff --git a/open-reusables-1.7.1.vsix b/open-reusables-1.7.1.vsix new file mode 100644 index 0000000..bda4548 Binary files /dev/null and b/open-reusables-1.7.1.vsix differ diff --git a/package.json b/package.json index 902393b..ca94283 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Open a reusable", "description": "Open a variable or reusable referenced in the selected text", "icon": "images/open-reusable-icon.png", - "version": "1.7.0", + "version": "1.7.1", "publisher": "AlistairChristie", "engines": { "vscode": "^1.44.0"