Skip to content

Commit 92dc5ef

Browse files
committedApr 15, 2023
fix back to home
1 parent 7d037ed commit 92dc5ef

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed
 

‎CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,27 @@ Fixed for any bug fixes.
99
Security 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

‎README.md

+2
Original file line numberDiff line numberDiff 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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)
Please sign in to comment.