🎉 Release of add-on Node-RED 12.0.2

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-08 17:38:16 +00:00
parent 2cb3b755db
commit e898593e83
4 changed files with 8 additions and 6 deletions

View file

@ -3,6 +3,7 @@
This is a major release of the add-on, with some breaking changes, fixes, and major upgrades to its dependencies.
v12.0.1 additionally cleans up a node that was missed (thanks, @regevbr for spotting that).
v12.0.2 fixes a possible issue during startup in case of connection problems.
## 🚨 Breaking changes
@ -31,6 +32,7 @@ Removing it reduces the add-on size by ~20% and improves the security rating of
## 🐛 Bug fixes
- 🚑 Fix serial port binding issue @frenck (#1357)
- 🚑 Ensure add-on starts without internet @frenck (#1368)
## 🧰 Maintenance

View file

@ -32,6 +32,6 @@ runtime in a single click.
[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-v12.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v12.0.1
[release-shield]: https://img.shields.io/badge/version-v12.0.2-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v12.0.2
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

@ -68,4 +68,4 @@ schema:
slug: nodered
uart: true
url: https://github.com/hassio-addons/addon-node-red
version: 12.0.1
version: 12.0.2