mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 10:16:32 +00:00
v1.10.9
This commit is contained in:
parent
d53dc4149b
commit
73081e726d
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Enable repository configuration
|
||||
hash: 0d5bb4935f860a5b7f58810fce8084dc8f82dd65
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: ab77
|
||||
nested: []
|
||||
version: 1.10.9
|
||||
title: ""
|
||||
date: 2022-12-06T23:59:21.301Z
|
||||
- commits:
|
||||
- subject: Update dependency chai to 4.3.7
|
||||
hash: 4ed30027162365a68f26264f7574ac9eaf752926
|
||||
|
@ -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.9
|
||||
## (2022-12-06)
|
||||
|
||||
* Enable repository configuration [ab77]
|
||||
|
||||
# v1.10.8
|
||||
## (2022-12-05)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.10.8",
|
||||
"version": "1.10.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.10.8",
|
||||
"version": "1.10.9",
|
||||
"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-05T21:38:42.561Z"
|
||||
"publishedAt": "2022-12-06T23:59:22.120Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user