mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
v1.15.2
This commit is contained in:
parent
10e2da2c00
commit
79200d1f79
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Remove configuration remote update
|
||||||
|
hash: 85a49a221fa7fc9b1943dc8ed43b29995f9d8260
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.15.2
|
||||||
|
title: ""
|
||||||
|
date: 2023-02-02T13:05:01.310Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Remove redundant resinci-deploy build step
|
- subject: Remove redundant resinci-deploy build step
|
||||||
hash: 48ddafd120cc9cd4fb94c0d6f7530a14be46f28d
|
hash: 48ddafd120cc9cd4fb94c0d6f7530a14be46f28d
|
||||||
|
@ -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.15.2
|
||||||
|
## (2023-02-02)
|
||||||
|
|
||||||
|
* Remove configuration remote update [Edwin Joassart]
|
||||||
|
|
||||||
# v1.15.1
|
# v1.15.1
|
||||||
## (2023-02-01)
|
## (2023-02-01)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.15.1",
|
"version": "1.15.2",
|
||||||
"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.15.1",
|
"version": "1.15.2",
|
||||||
"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.",
|
||||||
@ -127,6 +127,6 @@
|
|||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-02-01T12:18:56.646Z"
|
"publishedAt": "2023-02-02T13:05:02.262Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user