This commit is contained in:
balenaCI 2022-11-07 17:32:27 +00:00
parent 8af376e608
commit c9a8bca96f
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 3 deletions

View File

@ -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:
- subject: Switch to Flowzone
hash: 2e53feb38cd548bd2fe68957797bffe66b832eaf

View File

@ -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.7.11
## (2022-11-07)
* Only run finalize on Linux runners [ab77]
# v1.7.10
## (2022-11-07)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.10",
"version": "1.7.11",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-11-07T15:59:41.950Z"
"publishedAt": "2022-11-07T17:32:26.446Z"
}
}