This commit is contained in:
balenaCI 2022-11-08 00:19:28 +00:00
parent 7c56621c57
commit 6223dbc541
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: Generate release notes with git
hash: a61aa8e2bec57281655eb1c89c956fd5d42d3fc5
body: ""
footer:
Change-type: patch
change-type: patch
author: ab77
nested: []
version: 1.8.2
title: ""
date: 2022-11-08T00:19:25.825Z
- commits:
- subject: Update dependency @types/mime-types to 2.1.1
hash: fe09f9f862d2eef79a237986c50e587b232d9c2d

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.2
## (2022-11-08)
* Generate release notes with git [ab77]
# v1.8.1
## (2022-11-07)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.1",
"version": "1.8.2",
"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-07T23:35:27.245Z"
"publishedAt": "2022-11-08T00:19:26.796Z"
}
}