This commit is contained in:
balenaCI 2022-12-09 01:21:27 +00:00
parent 84bce86fce
commit 587c7f8ade
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-notarize to 1.2.2
hash: d68eab1dda78e17ce3804e6c7f08940b36f377a8
body: |
Update electron-notarize to 1.2.2
Update electron-notarize from 1.0.0 to 1.2.2
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.17
title: ""
date: 2022-12-09T01:21:25.322Z
- commits:
- subject: Update dependency awscli to 1.27.26
hash: b5ab500a14396525cb6c7bac4eabf0b4b1c7cb11

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.17
## (2022-12-09)
* Update dependency electron-notarize to 1.2.2 [Renovate Bot]
# v1.10.16
## (2022-12-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.16",
"version": "1.10.17",
"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-08T22:58:42.392Z"
"publishedAt": "2022-12-09T01:21:25.984Z"
}
}