⬆️ Updating add-on Node-RED to 54c4241

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-01 22:28:46 +00:00
parent 007682e98d
commit c32ed0eedc
4 changed files with 9 additions and 9 deletions

View file

@ -498,10 +498,10 @@ SOFTWARE.
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[jupyter-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[jupyter-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/05153c9
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/05153c9/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/54c4241
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/54c4241/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-05153c9-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-54c4241-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,3 +1,3 @@
2018/06/01 22:07 UTC - [05153c9](https://github.com/hassio-addons/addon-node-red/commit/05153c95a905b3193d1153511ebd91a97f7c443a) by [@frenck](https://github.com/frenck)
> :ambulance: Fixes ssl cert being passed as path instead of file buffer
2018/06/01 22:22 UTC - [54c4241](https://github.com/hassio-addons/addon-node-red/commit/54c4241d7e7f70c65eb480185f25da0062f4d2e0) by [@frenck](https://github.com/frenck)
> :ambulance: Fixes npm install to use the right location

View file

@ -44,8 +44,8 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[release-shield]: https://img.shields.io/badge/version-05153c9-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/05153c9
[docs]: https://github.com/hassio-addons/addon-node-red/blob/05153c9/README.md
[release-shield]: https://img.shields.io/badge/version-54c4241-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/54c4241
[docs]: https://github.com/hassio-addons/addon-node-red/blob/54c4241/README.md
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "05153c9",
"version": "54c4241",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://community.home-assistant.io/?u=frenck",