Skip to content

Commit e3963f5

Browse files
authored
Merge pull request #3 from deinsoftware/dev
fixed back to home
2 parents c085991 + a254b14 commit e3963f5

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Fixed for any bug fixes.
99
Security to invite users to upgrade in case of vulnerabilities.
1010
-->
1111

12+
## 0.0.4 - 2023/04/15
13+
14+
### Fixed
15+
16+
- Back to home on README
17+
1218
## 0.0.3 - 2023/04/05
1319

1420
### Added

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Remember to complement the snippets with these keyboard shortcuts that can be us
120120
| Insert line above | `ctrl+shift+enter` | `cmd+shift+enter` |
121121
| Insert line below | `ctrl+enter` | `cmd+enter` |
122122

123+
[Back to menu](#menu)
124+
123125
---
124126

125127
## Settings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "testing-library-snippets",
33
"description": "VS Code Testing Library snippets for JS and TS",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"displayName": "Testing Library Snippets",
66
"publisher": "deinsoftware",
77
"icon": "images/light-icon.png",

0 commit comments

Comments
 (0)