This commit is contained in:
balenaCI 2022-12-05 19:39:09 +00:00
parent 895c306fb7
commit 7286fba240
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Use core workflow for GitHub publish
hash: f3844d56e2bb317e9360f34f5054c91eb0fb8910
body: ""
footer:
Change-type: patch
change-type: patch
author: ab77
nested: []
version: 1.10.7
title: ""
date: 2022-12-05T19:39:07.247Z
- commits:
- subject: Dummy update to fix asset version issue
hash: 03d6a011db5fd4dad3d25fde86cf2b434c8192e8

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.10.7
## (2022-12-05)
* Use core workflow for GitHub publish [ab77]
# v1.10.6
## (2022-12-02)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.6",
"version": "1.10.7",
"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-02T14:04:58.517Z"
"publishedAt": "2022-12-05T19:39:08.043Z"
}
}