This commit is contained in:
Balena CI 2022-04-27 19:14:58 +03:00 committed by VersionBot
parent 3e02af8ea0
commit 4af913cf79
4 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: "patch: updated aws axios version to match with sdk"
hash: 3e02af8ea026458b15cacff959e29942fd30ae9c
body: ""
footer: {}
author: Peter Makra
nested: []
- subject: "patch: updated etcher-sdk to 7.2.0; adjusted webpack config to updated
lzma structure"
hash: 30c5175ddbba0afdcb8bab9f86267f884fb72b17
body: ""
footer: {}
author: Peter Makra
nested: []
version: 1.7.10
title: "'patch: updated etcher-sdk to 7.2.0'"
date: 2022-04-27T16:13:54.499Z
- commits:
- subject: "patch: update allowed extensions to include deb afterinstall in build"
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.7.10
## (2022-04-27)
* patch: updated aws axios version to match with sdk [Peter Makra]
* patch: updated etcher-sdk to 7.2.0; adjusted webpack config to updated lzma structure [Peter Makra]
# v1.7.9
## (2022-04-22)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.7.9",
"version": "1.7.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.9",
"version": "1.7.10",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -116,6 +116,6 @@
"webpack-dev-server": "4.5.0"
},
"versionist": {
"publishedAt": "2022-04-22T13:10:47.906Z"
"publishedAt": "2022-04-27T16:13:55.347Z"
}
}