This commit is contained in:
balenaCI 2022-12-05 21:38:43 +00:00
parent 239726f3ce
commit 51d9910b79
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 chai to 4.3.7
hash: 4ed30027162365a68f26264f7574ac9eaf752926
body: |
Update chai to 4.3.7
Update chai from 4.2.0 to 4.3.7
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.8
title: ""
date: 2022-12-05T21:38:41.964Z
- commits:
- subject: Use core workflow for GitHub publish
hash: f3844d56e2bb317e9360f34f5054c91eb0fb8910

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.8
## (2022-12-05)
* Update dependency chai to 4.3.7 [Renovate Bot]
# v1.10.7
## (2022-12-05)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.7",
"version": "1.10.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-05T19:39:08.043Z"
"publishedAt": "2022-12-05T21:38:42.561Z"
}
}