This commit is contained in:
balenaCI 2022-11-08 18:21:06 +00:00
parent 9df23c8a3f
commit 9cd13ba381
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: "CI: generalise artefact handling"
hash: e3618b939e119b8ae6d0dcea0f4077fe2c332122
body: |
* on PR syncs, delete draft releases on Linux runners only
* delete draft releases when unmerged PRs are closed
footer:
Change-type: patch
change-type: patch
author: ab77
nested: []
version: 1.8.15
title: ""
date: 2022-11-08T18:21:04.227Z
- commits:
- subject: Update dependency @types/node to 14.18.33
hash: 7e2c2eae635e6d9aef1e65b158268400074ff020

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.15
## (2022-11-08)
* CI: generalise artefact handling [ab77]
# v1.8.14
## (2022-11-08)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.8.14",
"version": "1.8.15",
"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-08T13:57:18.782Z"
"publishedAt": "2022-11-08T18:21:05.031Z"
}
}