mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
v1.19.5
This commit is contained in:
parent
14c3e28642
commit
38f7716f8a
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: Replace deprecated flowzone input tests_run_on
|
||||
hash: bec0e50741bfeda63ca9785217576613f74ca043
|
||||
body: |
|
||||
The `custom_runs_on` array supports multiple runner labels
|
||||
in nested arrays.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 1.19.5
|
||||
title: ""
|
||||
date: 2024-02-14T19:51:16.321Z
|
||||
- commits:
|
||||
- subject: "patch: remove screensaver error when not on etcher-pro"
|
||||
hash: 196fd8ae24de2a23ebaeae736c6ca41007162fa1
|
||||
|
@ -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.19.5
|
||||
## (2024-02-14)
|
||||
|
||||
* Replace deprecated flowzone input tests_run_on [Kyle Harding]
|
||||
|
||||
# v1.19.4
|
||||
## (2024-01-26)
|
||||
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.19.4",
|
||||
"version": "1.19.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-etcher",
|
||||
"version": "1.19.4",
|
||||
"version": "1.19.5",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@balena/sudo-prompt": "9.2.1-workaround-windows-amperstand-in-username-0849e215b947987a643fe5763902aea201255534",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"productName": "balenaEtcher",
|
||||
"version": "1.19.4",
|
||||
"version": "1.19.5",
|
||||
"packageType": "local",
|
||||
"main": ".webpack/main",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
@ -147,6 +147,6 @@
|
||||
"node": ">=18 <20"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-01-26T17:29:27.845Z"
|
||||
"publishedAt": "2024-02-14T19:51:16.786Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user