This commit is contained in:
balenaCI 2023-01-17 14:37:43 +00:00
parent b5536bfc7f
commit 407138c999
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: "patch: revert to lockfile v1"
hash: 72af77860bee3685635c9f4db602c2a07e825037
body: ""
footer: {}
author: Peter Makra
nested: []
- subject: "patch: update etcher-sdk for cm4v5"
hash: 8e63be2efecada2ad6abd9d9d7728859e2c30ebc
body: ""
footer:
Change-type: patch
change-type: patch
author: builder555
nested: []
version: 1.14.2
title: ""
date: 2023-01-17T14:37:41.555Z
- commits:
- subject: fix disabled-screensaver unhandled exception outside balena-electron env
hash: 46c406e8c1e3b5e41890aff7f65b1711e4426782

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.14.2
## (2023-01-17)
* patch: revert to lockfile v1 [Peter Makra]
* patch: update etcher-sdk for cm4v5 [builder555]
# v1.14.1
## (2023-01-16)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.14.1",
"version": "1.14.2",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -127,6 +127,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2023-01-16T13:22:37.656Z"
"publishedAt": "2023-01-17T14:37:42.501Z"
}
}