File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,27 @@ Fixed for any bug fixes.
9
9
Security to invite users to upgrade in case of vulnerabilities.
10
10
-->
11
11
12
+ ## 1.8.2 - 2023/04/14
13
+
14
+ ### Fixed
15
+
16
+ - back to home link on README
17
+
12
18
## 1.8.1 - 2023/03/28
13
19
14
- ## Fixed
20
+ ### Fixed
15
21
16
22
- constant template literals expression variable
17
23
18
24
## 1.8.0 - 2023/03/28
19
25
20
- ## Added
26
+ ### Added
21
27
22
28
- constant with template literals
23
29
- tab indicators on README
24
30
- recommended keyboard shortcuts
25
31
26
- ## Fixed
32
+ ### Fixed
27
33
28
34
- object elements and JSON elements names of variables
29
35
Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ Remember to complement the snippets with these keyboard shortcuts that can be us
184
184
| Insert line above | ` ctrl+shift+enter ` | ` cmd+shift+enter ` |
185
185
| Insert line below | ` ctrl+enter ` | ` cmd+enter ` |
186
186
187
+ ⇧ [ Back to menu] ( #menu )
188
+
187
189
---
188
190
189
191
## Settings
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " const-props-snippets" ,
3
3
"description" : " VS Code Const & Props snippets for JS and TS" ,
4
- "version" : " 1.8.1 " ,
4
+ "version" : " 1.8.2 " ,
5
5
"displayName" : " Const & Props Snippets" ,
6
6
"publisher" : " deinsoftware" ,
7
7
"icon" : " images/light-icon.png" ,
You can’t perform that action at this time.
0 commit comments