This commit is contained in:
balenaCI 2022-11-08 01:36:35 +00:00
parent bd8bc81713
commit 8a1c4a4cc8
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/tmp to 0.2.3
hash: 98a5ddf58ad762d46d532310100513834c6d68b5
body: |
Update @types/tmp to 0.2.3
Update @types/tmp from 0.2.0 to 0.2.3
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.8.3
title: ""
date: 2022-11-08T01:36:34.632Z
- commits:
- subject: Generate release notes with git
hash: a61aa8e2bec57281655eb1c89c956fd5d42d3fc5

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.3
## (2022-11-08)
* Update dependency @types/tmp to 0.2.3 [Renovate Bot]
# v1.8.2
## (2022-11-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.2",
"version": "1.8.3",
"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-08T00:19:26.796Z"
"publishedAt": "2022-11-08T01:36:35.234Z"
}
}