diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0c731c43..9646f2c5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b691858..544895a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3713b9ef..21f5ad1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.7.9", + "version": "1.7.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 554e37d2..318984ea 100644 --- a/package.json +++ b/package.json @@ -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" } }