mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-17 08:16:32 +00:00
v1.11.8
This commit is contained in:
parent
e3b2ee3b83
commit
852c83c4fb
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency awscli to 1.27.28
|
||||||
|
hash: 927a026b869e0da872e17a662536d0ad3aeeae0f
|
||||||
|
body: |
|
||||||
|
Update awscli to 1.27.28
|
||||||
|
|
||||||
|
Update awscli from 1.27.27 to 1.27.28
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.11.8
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-12T21:55:28.620Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency uuid to 8.3.2
|
- subject: Update dependency uuid to 8.3.2
|
||||||
hash: c9cfb87733a694a69044a3b04cb12e72047a92da
|
hash: c9cfb87733a694a69044a3b04cb12e72047a92da
|
||||||
|
@ -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.11.8
|
||||||
|
## (2022-12-12)
|
||||||
|
|
||||||
|
* Update dependency awscli to 1.27.28 [Renovate Bot]
|
||||||
|
|
||||||
# v1.11.7
|
# v1.11.7
|
||||||
## (2022-12-12)
|
## (2022-12-12)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.11.7",
|
"version": "1.11.8",
|
||||||
"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.11.7",
|
"version": "1.11.8",
|
||||||
"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-12T19:57:32.181Z"
|
"publishedAt": "2022-12-12T21:55:29.298Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user