This commit is contained in:
balenaCI 2022-11-07 23:35:28 +00:00
parent 5742452fdf
commit 7df4f9615b
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 @types/mime-types to 2.1.1
hash: fe09f9f862d2eef79a237986c50e587b232d9c2d
body: |
Update @types/mime-types to 2.1.1
Update @types/mime-types from 2.1.0 to 2.1.1
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.8.1
title: ""
date: 2022-11-07T23:35:26.671Z
- commits:
- subject: Update scripts/resin digest to 652fdd4
hash: 16422971012d77dc928c9d99c3db6b1a58cd52be

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.8.1
## (2022-11-07)
* Update dependency @types/mime-types to 2.1.1 [Renovate Bot]
# v1.8.0
## (2022-11-07)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.0",
"version": "1.8.1",
"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-07T22:27:04.619Z"
"publishedAt": "2022-11-07T23:35:27.245Z"
}
}