This commit is contained in:
balenaCI 2022-11-08 04:22:24 +00:00
parent 8f52fdb900
commit 3f1aa5bac3
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-mocha to 9.3.3
hash: 1b93891ed805d2a091a3d4eaff6a00a498de6eaa
body: |
Update electron-mocha to 9.3.3
Update electron-mocha from 9.3.2 to 9.3.3
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.8.5
title: ""
date: 2022-11-08T04:22:23.418Z
- commits:
- subject: Update dependency @types/webpack-node-externals to 2.5.3
hash: ea5a167f4f3eb81a177ebd5c9c3def2e38a65f37

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.8.5
## (2022-11-08)
* Update dependency electron-mocha to 9.3.3 [Renovate Bot]
# v1.8.4
## (2022-11-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.4",
"version": "1.8.5",
"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-08T02:41:37.496Z"
"publishedAt": "2022-11-08T04:22:23.828Z"
}
}