mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Log Viewer to 2debff9
This commit is contained in:
parent
5323d39b10
commit
e623056350
4 changed files with 25 additions and 7 deletions
|
@ -1,5 +1,23 @@
|
|||
# Changelog since v0.12.0
|
||||
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#122)
|
||||
- ⬆️ Upgrades nodejs to 14.18.1-r0 (#127)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#123)
|
||||
|
||||
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
||||
- [Release notes](https://github.com/actions/checkout/releases)
|
||||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/checkout
|
||||
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>
|
||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#122)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#121)
|
||||
|
||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
||||
|
|
|
@ -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-9cd261c-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/9cd261c
|
||||
[release-shield]: https://img.shields.io/badge/version-2debff9-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/2debff9
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Log Viewer",
|
||||
"version": "9cd261c",
|
||||
"version": "2debff9",
|
||||
"slug": "logviewer",
|
||||
"description": "Browser-based log utility for Home Assistant",
|
||||
"url": "https://github.com/hassio-addons/addon-log-viewer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue