mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
v1.10.7
This commit is contained in:
parent
895c306fb7
commit
7286fba240
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.10.6",
|
||||
"version": "1.10.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user