mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 10:46:31 +00:00
v1.10.6
This commit is contained in:
parent
035c8dfec3
commit
540dc3150a
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.10.5",
|
||||
"version": "1.10.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user