⬆️ Updating add-on Node-RED to ce0b81b

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-16 10:31:02 +00:00
parent 10148b172a
commit 005bda9ede
4 changed files with 15 additions and 6 deletions

View file

@ -959,10 +959,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/97e04f4
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/97e04f4/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/ce0b81b
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/ce0b81b/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-97e04f4-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-ce0b81b-blue.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
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,13 @@
# Changelog since v8.2.1
- Bump node-red-node-email from 1.11.0 to 1.12.0 in /node-red (#980)
Bumps [node-red-node-email](https://github.com/node-red/node-red-nodes) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/node-red/node-red-nodes/releases)
- [Commits](https://github.com/node-red/node-red-nodes/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Bump js-yaml from 4.0.0 to 4.1.0 in /node-red (#979)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.0.0 to 4.1.0.

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-97e04f4-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/97e04f4
[release-shield]: https://img.shields.io/badge/version-ce0b81b-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/ce0b81b
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

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