This commit is contained in:
balenaCI 2022-12-09 03:07:59 +00:00
parent 955be13129
commit 1fb68d1877
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-updater to 4.6.5
hash: 32011c0deab646af1c4d99c15418f336f1dc02f1
body: |
Update electron-updater to 4.6.5
Update electron-updater from 4.3.5 to 4.6.5
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.18
title: ""
date: 2022-12-09T03:07:57.710Z
- commits:
- subject: Update dependency electron-notarize to 1.2.2
hash: d68eab1dda78e17ce3804e6c7f08940b36f377a8

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.18
## (2022-12-09)
* Update dependency electron-updater to 4.6.5 [Renovate Bot]
# v1.10.17
## (2022-12-09)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.17",
"version": "1.10.18",
"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-09T01:21:25.984Z"
"publishedAt": "2022-12-09T03:07:58.363Z"
}
}