mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 15:57:18 +00:00
v1.7.11
This commit is contained in:
parent
8af376e608
commit
c9a8bca96f
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Only run finalize on Linux runners
|
||||||
|
hash: 9ab307df4f4f617adac33c6a36f492229050bb0e
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: ab77
|
||||||
|
nested: []
|
||||||
|
version: 1.7.11
|
||||||
|
title: ""
|
||||||
|
date: 2022-11-07T17:32:25.787Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Switch to Flowzone
|
- subject: Switch to Flowzone
|
||||||
hash: 2e53feb38cd548bd2fe68957797bffe66b832eaf
|
hash: 2e53feb38cd548bd2fe68957797bffe66b832eaf
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
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.7.11
|
||||||
|
## (2022-11-07)
|
||||||
|
|
||||||
|
* Only run finalize on Linux runners [ab77]
|
||||||
|
|
||||||
# v1.7.10
|
# v1.7.10
|
||||||
## (2022-11-07)
|
## (2022-11-07)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.10",
|
"version": "1.7.11",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.7.10",
|
"version": "1.7.11",
|
||||||
"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.",
|
||||||
@ -124,6 +124,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-11-07T15:59:41.950Z"
|
"publishedAt": "2022-11-07T17:32:26.446Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user