This commit is contained in:
balenaCI 2022-11-10 20:54:14 +00:00
parent e09bdd734b
commit 7de99003ca
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: testing renovate
hash: 306e087ec6daed9e736a8918cde07159dd9298dc
body: ""
footer:
Change-Type: minor
change-type: minor
author: builder555
nested: []
version: 1.10.0
title: ""
date: 2022-11-10T20:54:12.345Z
- commits:
- subject: Update dependency awscli to 1.27.5
hash: 26dc2d19e56354b0f43c9af2f1d6dd51a4a0b235

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.10.0
## (2022-11-10)
* testing renovate [builder555]
# v1.9.0
## (2022-11-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.9.0",
"version": "1.10.0",
"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-11-08T21:37:26.101Z"
"publishedAt": "2022-11-10T20:54:13.110Z"
}
}