From 0ba84458df7c567a27cad4d6278e01a208feaeb2 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 11 Aug 2021 14:22:11 +0000 Subject: [PATCH] :arrow_up: Updating add-on Visual Studio Code to 3e84e89 --- README.md | 6 +++--- vscode/CHANGELOG.md | 10 ++++------ vscode/README.md | 4 ++-- vscode/config.json | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dd6e4bd06..870a5ca13 100644 --- a/README.md +++ b/README.md @@ -1002,10 +1002,10 @@ SOFTWARE. [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/252c0ff -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/252c0ff/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/3e84e89 +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/3e84e89/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-252c0ff-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-3e84e89-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 b7201c498..677a3e696 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,6 +1,4 @@ -# Changelog since v3.6.0 -- ⬆️ Bump yamllint from 1.26.1 to 1.26.2 in /vscode (#300) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Upgrades ESPHome.esphome-vscode to 0.22.0 (#299) -- ⬆️ Upgrades keesschollaart.vscode-home-assistant to 1.21.0 (#298) +# Changelog since v3.6.1 +- ⬆️ Upgrades add-on base image to v4.2.3 (#304) +- 🚑 Fix contributing link in readme (#303) +- 🚀 Add-on CI improvements (#302) diff --git a/vscode/README.md b/vscode/README.md index d2bb5789a..2efcadaed 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-252c0ff-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/252c0ff +[release-shield]: https://img.shields.io/badge/version-3e84e89-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/3e84e89 [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 b65e3e268..ab6e03d46 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "252c0ff", + "version": "3e84e89", "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",