Skip to content

Commit cd4fced

Browse files
committed
version 1.5.2
1 parent 91dd39d commit cd4fced

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

3+
## 1.5.2
4+
14 September 2022
5+
6+
- @lucascosti fixed a bug that would stop the extension working after you attempted to use the copier feature on some `feature` entries in the front matter.
7+
38
## 1.5.1
49
19 March 2022
510

copier.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ function copyMain() {
7777

7878
module.exports = {
7979
copyMain
80-
};
80+
};

open-reusables-1.5.2.vsix

238 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Open a reusable",
44
"description": "Open a variable or reusable referenced in the selected text",
55
"icon": "images/open-reusable-icon.png",
6-
"version": "1.5.1",
6+
"version": "1.5.2",
77
"publisher": "AlistairChristie",
88
"engines": {
99
"vscode": "^1.44.0"

0 commit comments

Comments
 (0)