This commit is contained in:
balenaCI 2023-02-14 16:18:57 +00:00
parent cd00f78c05
commit ae976894a3
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Update to Electron 17 and Node 16
hash: 3c1dd6ce29ddf43ef35e58236d25713fa2026c10
body: |
This is the latest Electron version officially supported by Spectron.
footer:
Change-type: minor
change-type: minor
author: Akis Kesoglou
nested: []
version: 1.17.0
title: ""
date: 2023-02-14T16:18:54.834Z
- commits:
- subject: Update to Electron 14
hash: df7854111a901b620e3284edf10768d308ce7755

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.17.0
## (2023-02-14)
* Update to Electron 17 and Node 16 [Akis Kesoglou]
# v1.16.0
## (2023-02-14)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-etcher",
"version": "1.16.0",
"version": "1.17.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-etcher",
"version": "1.16.0",
"version": "1.17.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"devDependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.16.0",
"version": "1.17.0",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -128,6 +128,6 @@
"node": ">=16"
},
"versionist": {
"publishedAt": "2023-02-14T12:40:41.506Z"
"publishedAt": "2023-02-14T16:18:55.696Z"
}
}