diff --git a/README.md b/README.md index f9565fe57..360569774 100644 --- a/README.md +++ b/README.md @@ -1025,10 +1025,10 @@ SOFTWARE. [vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/4e491ad -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/4e491ad/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/be84d16 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/be84d16/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-4e491ad-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-be84d16-blue.svg [vscode-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [vscode-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index ab0388f81..6d7c84c7c 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog since v3.3.0 +- Apply updated repository structure & CI workflow (#246) - ⬆️ Upgrades add-on base image to v4.2.0 (#245) - ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#244) diff --git a/vscode/README.md b/vscode/README.md index 6769b9acb..60579511e 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-4e491ad-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/4e491ad +[release-shield]: https://img.shields.io/badge/version-be84d16-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/be84d16 [screenshot]: https://github.com/hassio-addons/addon-vscode/raw/main/images/screenshot.png \ No newline at end of file diff --git a/vscode/config.json b/vscode/config.json index f398581d9..f466b1c22 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "4e491ad", + "version": "be84d16", "slug": "vscode", "description": "Fully featured VSCode experience, to edit your HA config in the browser, including auto-completion!", "url": "https://github.com/hassio-addons/addon-vscode",