mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
v1.18.5
This commit is contained in:
parent
bc4ee48c1b
commit
197a8f9c57
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: "patch: add apt-get update in flowzone preinstall"
|
||||
hash: 0d9ac710880e6b9413b09e4c35a505034d1e9d51
|
||||
body: libudev package has changed and cannot be installed if we not update apt
|
||||
cache
|
||||
footer: {}
|
||||
author: Edwin Joassart
|
||||
nested: []
|
||||
version: 1.18.5
|
||||
title: ""
|
||||
date: 2023-03-09T11:30:34.540Z
|
||||
- commits:
|
||||
- subject: "patch: bump etcher-sdk to 8.3.1"
|
||||
hash: bf0360e7f46ac620f95021e0c48a3a04d302e725
|
||||
|
@ -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.18.5
|
||||
## (2023-03-09)
|
||||
|
||||
* patch: add apt-get update in flowzone preinstall [Edwin Joassart]
|
||||
|
||||
# v1.18.4
|
||||
## (2023-03-02)
|
||||
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.18.4",
|
||||
"version": "1.18.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-etcher",
|
||||
"version": "1.18.4",
|
||||
"version": "1.18.5",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.18.4",
|
||||
"version": "1.18.5",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
@ -126,6 +126,6 @@
|
||||
"node": ">=16"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-03-02T17:31:32.681Z"
|
||||
"publishedAt": "2023-03-09T11:30:35.322Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user