⬆️ Updating add-on Log Viewer to e6760ac

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-18 10:42:48 +00:00
parent f4c626f4eb
commit 703d896b2e
4 changed files with 23 additions and 6 deletions

View file

@ -1,4 +1,21 @@
# Changelog since v0.11.1
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#112)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
---
updated-dependencies:
- dependency-name: dessant/lock-threads
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>
- 🚑 Fix contributing link in readme (#109)
- 🏎 Enable streaming mode for Ingress (#111)
- 🔑 Update NGINX SSL parameters (#110)

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-51a9230-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/51a9230
[release-shield]: https://img.shields.io/badge/version-e6760ac-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/e6760ac

View file

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