File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 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.
99Security to invite users to upgrade in case of vulnerabilities.
1010-->
1111
12+ ## 1.8.2 - 2023/04/14
13+
14+ ### Fixed
15+
16+ - back to home link on README
17+
1218## 1.8.1 - 2023/03/28
1319
14- ## Fixed
20+ ### Fixed
1521
1622- constant template literals expression variable
1723
1824## 1.8.0 - 2023/03/28
1925
20- ## Added
26+ ### Added
2127
2228- constant with template literals
2329- tab indicators on README
2430- recommended keyboard shortcuts
2531
26- ## Fixed
32+ ### Fixed
2733
2834- object elements and JSON elements names of variables
2935
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
184184| Insert line above | ` ctrl+shift+enter ` | ` cmd+shift+enter ` |
185185| Insert line below | ` ctrl+enter ` | ` cmd+enter ` |
186186
187+ ⇧ [ Back to menu] ( #menu )
188+
187189---
188190
189191## Settings
Original file line number Diff line number Diff line change 11{
22 "name" : " const-props-snippets" ,
33 "description" : " VS Code Const & Props snippets for JS and TS" ,
4- "version" : " 1.8.1 " ,
4+ "version" : " 1.8.2 " ,
55 "displayName" : " Const & Props Snippets" ,
66 "publisher" : " deinsoftware" ,
77 "icon" : " images/light-icon.png" ,
You can’t perform that action at this time.
0 commit comments