This commit is contained in:
balenaCI 2023-02-01 12:18:57 +00:00
parent 180bd29afa
commit 1bc64bbaf8
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 31 additions and 3 deletions

View File

@ -1,3 +1,25 @@
- commits:
- subject: Remove redundant resinci-deploy build step
hash: 48ddafd120cc9cd4fb94c0d6f7530a14be46f28d
body: ""
footer:
Change-type: patch
change-type: patch
author: Akis Kesoglou
nested: []
- subject: Lazily import Electron from child-writer process
hash: 851219f835ed037d9fd970f538095e4b339c5342
body: >
No idea how this *used* to work, but it doesnt since 887ec428 and this is
fixing it properly.
footer:
Change-type: patch
change-type: patch
author: Akis Kesoglou
nested: []
version: 1.15.1
title: ""
date: 2023-02-01T12:18:55.922Z
- commits: - commits:
- subject: Add support for Node 18 - subject: Add support for Node 18
hash: 887ec42847acbd4a935b4e9ed6abb2b8d87058ce hash: 887ec42847acbd4a935b4e9ed6abb2b8d87058ce

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v1.15.1
## (2023-02-01)
* Remove redundant resinci-deploy build step [Akis Kesoglou]
* Lazily import Electron from child-writer process [Akis Kesoglou]
# v1.15.0 # v1.15.0
## (2023-01-27) ## (2023-01-27)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.15.0", "version": "1.15.1",
"packageType": "local", "packageType": "local",
"main": "generated/etcher.js", "main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.", "description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -127,6 +127,6 @@
"node": ">=14" "node": ">=14"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-01-27T11:36:33.661Z" "publishedAt": "2023-02-01T12:18:56.646Z"
} }
} }