mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
v1.14.2
This commit is contained in:
parent
b5536bfc7f
commit
407138c999
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.14.1",
|
||||
"version": "1.14.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user