This commit is contained in:
balenaCI 2022-12-12 21:55:30 +00:00
parent e3b2ee3b83
commit 852c83c4fb
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -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:
- subject: Update dependency uuid to 8.3.2
hash: c9cfb87733a694a69044a3b04cb12e72047a92da

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.11.8
## (2022-12-12)
* Update dependency awscli to 1.27.28 [Renovate Bot]
# v1.11.7
## (2022-12-12)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.7",
"version": "1.11.8",
"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-12T19:57:32.181Z"
"publishedAt": "2022-12-12T21:55:29.298Z"
}
}