From 51b2a59a6f73f9753a2ece14c7d45d26481335a2 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 13 Jul 2021 12:31:53 +0000 Subject: [PATCH] :arrow_up: Updating add-on Visual Studio Code to 0e3113a --- README.md | 6 +++--- vscode/CHANGELOG.md | 16 ++++++++++++++++ vscode/README.md | 4 ++-- vscode/config.json | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca3926a6f..62f9bdb98 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/6972580 -[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/6972580/README.md +[addon-vscode]: https://github.com/hassio-addons/addon-vscode/tree/0e3113a +[addon-doc-vscode]: https://github.com/hassio-addons/addon-vscode/blob/0e3113a/README.md [vscode-issue]: https://github.com/hassio-addons/addon-vscode/issues -[vscode-version-shield]: https://img.shields.io/badge/version-6972580-blue.svg +[vscode-version-shield]: https://img.shields.io/badge/version-0e3113a-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 cb79a0b54..e38770c6b 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog since v3.5.0 +- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#290) + +Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1. +- [Release notes](https://github.com/docker/setup-buildx-action/releases) +- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1) + +--- +updated-dependencies: +- dependency-name: docker/setup-buildx-action + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#289) Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1. diff --git a/vscode/README.md b/vscode/README.md index 87f17c25d..e16d7c9c0 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-6972580-blue.svg -[release]: https://github.com/hassio-addons/addon-vscode/tree/6972580 +[release-shield]: https://img.shields.io/badge/version-0e3113a-blue.svg +[release]: https://github.com/hassio-addons/addon-vscode/tree/0e3113a [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 7e6e21d22..26abb558f 100644 --- a/vscode/config.json +++ b/vscode/config.json @@ -1,6 +1,6 @@ { "name": "Visual Studio Code", - "version": "6972580", + "version": "0e3113a", "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",