⬆️ Updating add-on Log Viewer to f76db74

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-13 09:48:14 +00:00
parent b4ee30ff84
commit 1faaa0fae1
4 changed files with 22 additions and 6 deletions

View file

@ -1,4 +1,20 @@
# Changelog since v0.11.0
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#103)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#102)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1.

View file

@ -40,5 +40,5 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-log-viewer/64377?u=dale3h
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-1f2c23e-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/1f2c23e
[release-shield]: https://img.shields.io/badge/version-f76db74-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/f76db74

View file

@ -1,6 +1,6 @@
{
"name": "Log Viewer",
"version": "1f2c23e",
"version": "f76db74",
"slug": "logviewer",
"description": "Browser-based log utility for Home Assistant",
"url": "https://github.com/hassio-addons/addon-log-viewer",