This commit is contained in:
balenaCI 2022-12-08 21:37:02 +00:00
parent 97cf3b25ad
commit 49253d37c9
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Update dependency electron-builder to 22.14.13
hash: 99862b95a55a3a7a174763d635073bab5dbc704f
body: |
Update electron-builder to 22.14.13
Update electron-builder from 22.10.5 to 22.14.13
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.15
title: ""
date: 2022-12-08T21:37:01.110Z
- commits:
- subject: Update dependency debug to 4.3.4
hash: b8af86e30c9ce3b8d9eba8749f2aeba1f6eea197

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.10.15
## (2022-12-08)
* Update dependency electron-builder to 22.14.13 [Renovate Bot]
# v1.10.14
## (2022-12-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.14",
"version": "1.10.15",
"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-12-08T19:55:06.827Z"
"publishedAt": "2022-12-08T21:37:01.735Z"
}
}