mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-26 16:27:18 +00:00
v1.10.16
This commit is contained in:
parent
d5bab5805f
commit
09cf014d14
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency awscli to 1.27.26
|
||||||
|
hash: b5ab500a14396525cb6c7bac4eabf0b4b1c7cb11
|
||||||
|
body: |
|
||||||
|
Update awscli to 1.27.26
|
||||||
|
|
||||||
|
Update awscli from 1.27.25 to 1.27.26
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.10.16
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-08T22:58:41.740Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency electron-builder to 22.14.13
|
- subject: Update dependency electron-builder to 22.14.13
|
||||||
hash: 99862b95a55a3a7a174763d635073bab5dbc704f
|
hash: 99862b95a55a3a7a174763d635073bab5dbc704f
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v1.10.16
|
||||||
|
## (2022-12-08)
|
||||||
|
|
||||||
|
* Update dependency awscli to 1.27.26 [Renovate Bot]
|
||||||
|
|
||||||
# v1.10.15
|
# v1.10.15
|
||||||
## (2022-12-08)
|
## (2022-12-08)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.10.15",
|
"version": "1.10.16",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.10.15",
|
"version": "1.10.16",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -124,6 +124,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-12-08T21:37:01.735Z"
|
"publishedAt": "2022-12-08T22:58:42.392Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user