Skip to content

Commit

Permalink
v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Dec 2, 2022
1 parent 035c8df commit 540dc31
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-12-02T12:41:20.458Z"
"publishedAt": "2022-12-02T14:04:58.517Z"
}
}

0 comments on commit 540dc31

Please sign in to comment.