This commit is contained in:
versionbot3[bot] 2023-01-05 23:17:42 +00:00 committed by VersionBot
parent 19df114a09
commit 96638f0ad9
4 changed files with 21 additions and 4 deletions

View File

@ -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:
- subject: "patch: fixed winget parameter name"
hash: 33fe4b2c1abcb7f71f42a4b682f174422cb72a00

View File

@ -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.14.0
## (2023-01-05)
* Build and package ARM releases [ab77]
# v1.13.2
## (2023-01-02)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-etcher",
"version": "1.13.2",
"version": "1.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-etcher",
"version": "1.13.2",
"version": "1.14.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"devDependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.13.2",
"version": "1.14.0",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -298,6 +298,6 @@
}
},
"versionist": {
"publishedAt": "2022-12-05T21:38:42.561Z"
"publishedAt": "2023-01-05T23:17:34.179Z"
}
}