mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
v1.14.0
This commit is contained in:
parent
19df114a09
commit
96638f0ad9
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Build and package ARM releases
|
||||||
|
hash: 81355b6a198799de1326ead8becd1ba0551dab61
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: ab77
|
||||||
|
nested: []
|
||||||
|
version: 1.14.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-01-05T23:17:33.604Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: fixed winget parameter name"
|
- subject: "patch: fixed winget parameter name"
|
||||||
hash: 33fe4b2c1abcb7f71f42a4b682f174422cb72a00
|
hash: 33fe4b2c1abcb7f71f42a4b682f174422cb72a00
|
||||||
|
@ -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.14.0
|
||||||
|
## (2023-01-05)
|
||||||
|
|
||||||
|
* Build and package ARM releases [ab77]
|
||||||
|
|
||||||
# v1.13.2
|
# v1.13.2
|
||||||
## (2023-01-02)
|
## (2023-01-02)
|
||||||
|
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.13.2",
|
"version": "1.14.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.13.2",
|
"version": "1.14.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.13.2",
|
"version": "1.14.0",
|
||||||
"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.",
|
||||||
@ -298,6 +298,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-12-05T21:38:42.561Z"
|
"publishedAt": "2023-01-05T23:17:34.179Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user