diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fa6c2..97cb046 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. --> +## 1.5.2 - 2024/08/16 + +### Fixed + +- React snippets + ## 1.5.1 - 2024/08/16 ### Fixed diff --git a/package.json b/package.json index aa501c4..0de31ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "debug-snippets", "description": "VS Code Debug snippets for JS, TS and CSS", - "version": "1.5.1", + "version": "1.5.2", "displayName": "Debug Snippets", "publisher": "deinsoftware", "icon": "images/light-icon.png",