From 30752b68c46cfa74707a6cc7f66fdf68b864f0a2 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 15 Jul 2021 18:32:25 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to df9ea59 --- README.md | 6 +++--- example/CHANGELOG.md | 16 ++++++++++++++++ example/README.md | 4 ++-- example/config.json | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e8e66bfc..8b503c4b4 100644 --- a/README.md +++ b/README.md @@ -764,10 +764,10 @@ SOFTWARE. [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/92815fa -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/92815fa/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/df9ea59 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/df9ea59/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-92815fa-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-df9ea59-blue.svg [example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 0d2f79b8c..66a2825d1 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,20 @@ # Changelog since v4.2.0 +- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 (#84) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.1 to 2.2. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.1...v2.2) + +--- +updated-dependencies: +- dependency-name: frenck/action-addon-linter + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump actions/stale from 3.0.19 to 4 (#83) Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4. diff --git a/example/README.md b/example/README.md index fef09fa00..a89a9faeb 100644 --- a/example/README.md +++ b/example/README.md @@ -56,5 +56,5 @@ 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-92815fa-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/92815fa \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-df9ea59-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/df9ea59 \ No newline at end of file diff --git a/example/config.json b/example/config.json index 6fa5bb425..f27481ca1 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "92815fa", + "version": "df9ea59", "slug": "example", "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example",