mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
v1.10.5
This commit is contained in:
parent
ccca009972
commit
27f64650f9
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "Patch: run linux build on ubuntu-18.04"
|
||||||
|
hash: 57a6ceff0e28d06063679a7a8b14671416ba46c5
|
||||||
|
body: >-
|
||||||
|
Running on ubuntu-latest means you need a more recent version of glibc
|
||||||
|
which breaks on older ubuntu.
|
||||||
|
|
||||||
|
|
||||||
|
Thanks to @theofficialgman for suggesting the fix.
|
||||||
|
footer: {}
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.10.5
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-02T12:41:19.841Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: remove Homebrew instructions in README"
|
- subject: "patch: remove Homebrew instructions in README"
|
||||||
hash: 0d1cfffa5c7c084d9f48d60c1abbf7e2974abb28
|
hash: 0d1cfffa5c7c084d9f48d60c1abbf7e2974abb28
|
||||||
|
@ -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.10.5
|
||||||
|
## (2022-12-02)
|
||||||
|
|
||||||
|
* Patch: run linux build on ubuntu-18.04 [Edwin Joassart]
|
||||||
|
|
||||||
# v1.10.4
|
# v1.10.4
|
||||||
## (2022-12-01)
|
## (2022-12-01)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.10.4",
|
"version": "1.10.5",
|
||||||
"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.10.4",
|
"version": "1.10.5",
|
||||||
"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-12-01T23:27:56.541Z"
|
"publishedAt": "2022-12-02T12:41:20.458Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user