This commit is contained in:
balenaCI 2022-11-07 18:32:20 +00:00
parent ae91958c06
commit 6cbefe0b70
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: Avoid duplicate releases
hash: 33dea6267fbcc3cd47b1744830731c853ebbba18
body: ""
footer:
Change-type: patch
change-type: patch
author: ab77
nested: []
version: 1.7.12
title: ""
date: 2022-11-07T18:32:19.617Z
- commits:
- subject: Only run finalize on Linux runners
hash: 9ab307df4f4f617adac33c6a36f492229050bb0e

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.12
## (2022-11-07)
* Avoid duplicate releases [ab77]
# v1.7.11
## (2022-11-07)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.11",
"version": "1.7.12",
"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-07T17:32:26.446Z"
"publishedAt": "2022-11-07T18:32:20.202Z"
}
}