diff --git a/CHANGELOG.md b/CHANGELOG.md index bbafdd8..e7e6ec9 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.8 + +- Removed GitHub Actions + ## v0.0.7 - Just a version bump diff --git a/README.md b/README.md index 4b41236..9950c37 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ This pack is being used by the team of END PLAY Studio to develop projects of al * [Code Spell Checker - German](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-german) * [Code Spell Checker - Ukrainian](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-ukrainian) * [Gitea-VSCode](https://marketplace.visualstudio.com/items?itemName=IJustDev.gitea-vscode) -* [GitHub Actions](https://marketplace.visualstudio.com/items?itemName=github.vscode-github-actions) * [Gitlens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) * [Gremlins tracker](https://marketplace.visualstudio.com/items?itemName=nhoizey.gremlins) * [json](https://marketplace.visualstudio.com/items?itemName=ZainChen.json) diff --git a/package.json b/package.json index 4e9641a..9909404 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.7", + "version": "0.0.8", "publisher": "ENDPLAYStudio", "repository": { "type": "git", @@ -22,7 +22,6 @@ "alefragnani.project-manager", "DavidAnson.vscode-markdownlint", "eamodio.gitlens", - "github.vscode-github-actions", "IJustDev.gitea-vscode", "jerrygoyal.shortcut-menu-bar", "mohsen1.prettify-json",