diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f78a89..2574ac1 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.6 + +- Changed repo link + ## v0.0.5 - Removed Stylelint diff --git a/package.json b/package.json index e8cc31b..c836ac4 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "license": "LICENSE", "displayName": "UniPack by END PLAY", "description": "Extension Pack with universal addons END PLAY Studio uses.", - "version": "0.0.5", + "version": "0.0.6", "publisher": "ENDPLAYStudio", "repository": { "type": "git", - "url": "https://git.end-play.xyz/profitroll/VSCodeUniversal" + "url": "https://git.end-play.xyz/endplaystudio/VSCodeUniversal" }, "engines": { "vscode": "^1.46.0"