diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index de8d079c..3d39229b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Dummy update to fix asset version issue + hash: 03d6a011db5fd4dad3d25fde86cf2b434c8192e8 + body: | + Due to a race between two patch, 1.10.5 assets are labelled 1.10.3. + This dummy PR should fix this. + footer: + Change-type: patch + change-type: patch + author: Edwin Joassart + nested: [] + version: 1.10.6 + title: "" + date: 2022-12-02T14:04:57.766Z - commits: - subject: "Patch: run linux build on ubuntu-18.04" hash: 57a6ceff0e28d06063679a7a8b14671416ba46c5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 99678b73..31f212b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10.6 +## (2022-12-02) + +* Dummy update to fix asset version issue [Edwin Joassart] + # v1.10.5 ## (2022-12-02) diff --git a/package-lock.json b/package-lock.json index c0bbf14d..fd381a67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.10.5", + "version": "1.10.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23372524..11719ed5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.10.5", + "version": "1.10.6", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -124,6 +124,6 @@ "node": ">=14 < 16" }, "versionist": { - "publishedAt": "2022-12-02T12:41:20.458Z" + "publishedAt": "2022-12-02T14:04:58.517Z" } }