diff --git a/README.md b/README.md index da0064d61..7ef9d4574 100644 --- a/README.md +++ b/README.md @@ -586,10 +586,10 @@ SOFTWARE. [lovelace-migration-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [lovelace-migration-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [lovelace-migration-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/e974aea -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/e974aea/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/5a2c25c +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/5a2c25c/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-e974aea-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-5a2c25c-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 diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 71ba1b962..161ba9e5f 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,11 +1,8 @@ -# Changelog since v0.4.0 +# Changelog since v0.5.0 -2018/07/24 19:03 UTC - [e974aea](https://github.com/hassio-addons/addon-node-red/commit/e974aea0d463be86fc47f8566d14a7f6509baf25) by [@frenck](https://github.com/frenck) -> :shirt: Fixes shellcheck warning +2018/08/14 19:03 UTC - [5a2c25c](https://github.com/hassio-addons/addon-node-red/commit/5a2c25c865220a6632e1b068894b7d6e395feee1) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper) +> :arrow_up: Updates node-red-contrib-time-range-switch to version 0.6.1 (#18) -2018/07/24 19:03 UTC - [e02c408](https://github.com/hassio-addons/addon-node-red/commit/e02c4087ec4ce0d2a4e901217cb3c945d6fab266) by [@frenck](https://github.com/frenck) -> :sparkles: Adds automatic configuration of the Hassio API token - -2018/07/24 19:03 UTC - [e82abb7](https://github.com/hassio-addons/addon-node-red/commit/e82abb73bd7c7277298f95c9ad745d1df04cb734) by [@frenck](https://github.com/frenck) -> :books: Fixes incorrect title in add-on README template +2018/08/14 19:03 UTC - [2559006](https://github.com/hassio-addons/addon-node-red/commit/25590069e73b0d22a7b3ce14978be70d72cb7169) by [@greenkeeper[bot]](https://github.com/apps/greenkeeper) +> :arrow_up: Updates node-red to version 0.19.0 (#19) diff --git a/node-red/README.md b/node-red/README.md index ba3ad1da7..d77523873 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -46,9 +46,9 @@ 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-e974aea-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/e974aea -[docs]: https://github.com/hassio-addons/addon-node-red/blob/e974aea/README.md +[release-shield]: https://img.shields.io/badge/version-5a2c25c-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/5a2c25c +[docs]: https://github.com/hassio-addons/addon-node-red/blob/5a2c25c/README.md [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index 840be35c8..3f8824578 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "e974aea", + "version": "5a2c25c", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck",