diff --git a/CHANGELOG.md b/CHANGELOG.md index f640e83..f25afaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "UniPack" extension pack will be documented in this file. +## v0.0.3 + +- Added Shortcut Menu Bar + ## v0.0.2 - Added Project Manager diff --git a/README.md b/README.md index 9b5de7f..60817f7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This pack is being used by the team of END PLAY Studio to develop projects of al * [Prettify JSON](https://marketplace.visualstudio.com/items?itemName=mohsen1.prettify-json) * [Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) * [SFTP](https://marketplace.visualstudio.com/items?itemName=Natizyskunk.sftp) +* [Shortcut Menu Bar](https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar) * [SQLite Viewer](https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer) * [Stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) * [vscode-pdf](https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf) diff --git a/package.json b/package.json index d8847d5..8b632ec 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "LICENSE", "displayName": "UniPack by END PLAY", "description": "Extension Pack with universal addons END PLAY Studio uses.", - "version": "0.0.2", + "version": "0.0.3", "publisher": "ENDPLAYStudio", "repository": { "type": "git", @@ -24,6 +24,7 @@ "eamodio.gitlens", "github.vscode-github-actions", "IJustDev.gitea-vscode", + "jerrygoyal.shortcut-menu-bar", "mohsen1.prettify-json", "mongodb.mongodb-vscode", "Natizyskunk.sftp",