This commit is contained in:
balenaCI 2022-11-08 09:35:05 +00:00
parent db3a5f3b0a
commit 256d3550d1
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 40 additions and 3 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: Update dependency sys-class-rgb-led to 3.0.1
hash: 0e58edf1139b16b26335f7b6f7b2e6f92c8c8838
body: |
Update sys-class-rgb-led to 3.0.1
Update sys-class-rgb-led from 3.0.0 to 3.0.1
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested:
- commits:
- subject: "patch: Delete Codeowners"
hash: 91e33b39ac7c55b1186887b20703e3298f37751c
body: ""
footer: {}
author: Vipul Gupta
version: sys-class-rgb-led-3.0.1
date: 2021-07-01T10:53:00.610Z
version: 1.8.10
title: ""
date: 2022-11-08T09:35:02.677Z
- commits:
- subject: Update dependency semver to 7.3.8
hash: 8357cc19d258103bc66061467ac984b1adae6456

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.8.10
## (2022-11-08)
<details>
<summary> Update dependency sys-class-rgb-led to 3.0.1 [Renovate Bot] </summary>
> ## sys-class-rgb-led-3.0.1
> ### (2021-07-01)
>
> * patch: Delete Codeowners [Vipul Gupta]
>
</details>
# v1.8.9
## (2022-11-08)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.8.9",
"version": "1.8.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.9",
"version": "1.8.10",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-11-08T08:40:21.969Z"
"publishedAt": "2022-11-08T09:35:04.088Z"
}
}