This commit is contained in:
balenaCI 2022-12-02 14:05:00 +00:00
parent 035c8dfec3
commit 540dc3150a
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Dummy update to fix asset version issue
hash: 03d6a011db5fd4dad3d25fde86cf2b434c8192e8
body: |
Due to a race between two patch, 1.10.5 assets are labelled 1.10.3.
This dummy PR should fix this.
footer:
Change-type: patch
change-type: patch
author: Edwin Joassart
nested: []
version: 1.10.6
title: ""
date: 2022-12-02T14:04:57.766Z
- commits:
- subject: "Patch: run linux build on ubuntu-18.04"
hash: 57a6ceff0e28d06063679a7a8b14671416ba46c5

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.10.6
## (2022-12-02)
* Dummy update to fix asset version issue [Edwin Joassart]
# v1.10.5
## (2022-12-02)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.5",
"version": "1.10.6",
"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-12-02T12:41:20.458Z"
"publishedAt": "2022-12-02T14:04:58.517Z"
}
}