diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c789ca..825504e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. --> +## 0.0.4 - 2023/04/15 + +### Fixed + +- Back to home on README + ## 0.0.3 - 2023/04/05 ### Added diff --git a/README.md b/README.md index 168cee3..2901bcf 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ Remember to complement the snippets with these keyboard shortcuts that can be us | Insert line above | `ctrl+shift+enter` | `cmd+shift+enter` | | Insert line below | `ctrl+enter` | `cmd+enter` | +⇧ [Back to menu](#menu) + --- ## Settings diff --git a/package.json b/package.json index 6f2d363..236a261 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "testing-library-snippets", "description": "VS Code Testing Library snippets for JS and TS", - "version": "0.0.3", + "version": "0.0.4", "displayName": "Testing Library Snippets", "publisher": "deinsoftware", "icon": "images/light-icon.png",