diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bb5c3..05962ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [v0.3.1](https://github.com/haolun1996/GetX-Light-Bulb/releases/tag/0.3.1) - 2023-06-02 +- Add icon of vscode extension + ## [v0.3.0](https://github.com/haolun1996/GetX-Light-Bulb/releases/tag/0.3.0) - 2023-06-02 - New - Create baseX page with binding and controller with right click on folder diff --git a/light-bulb.png b/light-bulb.png new file mode 100644 index 0000000..3525b9f Binary files /dev/null and b/light-bulb.png differ diff --git a/package.json b/package.json index a978e78..3c72bf6 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,10 @@ "name": "getx-light-bulb", "displayName": "GetX Light Bulb", "description": "CMD + . to show shortcut to wrap body for Getx", - "version": "0.3.0", + "version": "0.3.1", "publisher": "HyLun", "author": "HyLun", + "icon": "light-bulb.png", "repository": { "type": "git", "url": "https://github.com/haolun1996/GetX-Light-Bulb.git"