⬆️ Updating add-on Node-RED to a6442d0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-12-15 10:31:12 +00:00
parent b8a12b5270
commit 30b612ae8e
4 changed files with 25 additions and 6 deletions

View file

@ -1116,10 +1116,10 @@ SOFTWARE.
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/09a5d6e
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/09a5d6e/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/a6442d0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/a6442d0/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-09a5d6e-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-a6442d0-blue.svg
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.svg
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,4 +1,23 @@
# Changelog since v7.2.11
- ⬆️ Bump node-red-contrib-alexa-home-skill from 0.1.17 to 0.1.18 (#806)
Bumps [node-red-contrib-alexa-home-skill](https://github.com/hardillb/node-red-contrib-alexa-home-skill) from 0.1.17 to 0.1.18.
- [Release notes](https://github.com/hardillb/node-red-contrib-alexa-home-skill/releases)
- [Commits](https://github.com/hardillb/node-red-contrib-alexa-home-skill/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump node-red-contrib-home-assistant-websocket from 0.27.8 to 0.27.9 in /node-red (#807)
Bumps [node-red-contrib-home-assistant-websocket](https://github.com/zachowj/node-red-contrib-home-assistant-websocket) from 0.27.8 to 0.27.9.
- [Release notes](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/releases)
- [Changelog](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.27.8...v0.27.9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump node-red-contrib-cast from 0.2.16 to 0.2.17 (#799)
Bumps [node-red-contrib-cast](https://github.com/Hypnos3/node-red-contrib-cast) from 0.2.16 to 0.2.17.

View file

@ -50,6 +50,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-09a5d6e-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/09a5d6e
[release-shield]: https://img.shields.io/badge/version-a6442d0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/a6442d0
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "09a5d6e",
"version": "a6442d0",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",