This commit is contained in:
balenaCI 2023-01-02 17:26:57 +00:00
parent 63b45aefae
commit 224029dbd9
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: "patch: updated sdk to fix bz2 issue"
hash: f79cb0fac56f6ec86f3a6f9be7035fbf59102253
body: ""
footer: {}
author: Peter Makra
nested: []
- subject: "patch: update copyright in electron-builder"
hash: ec42892c7cf1d22f4bb2968733ba9dc85e3552c6
body: ""
footer: {}
author: JOASSART Edwin
nested: []
version: 1.13.1
title: ""
date: 2023-01-02T17:26:55.602Z
- commits:
- subject: "minor: electron version bump"
hash: e3072ac416470cd161309935c2622cc5a3d8d242

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.13.1
## (2023-01-02)
* patch: updated sdk to fix bz2 issue [Peter Makra]
* patch: update copyright in electron-builder [JOASSART Edwin]
# v1.13.0
## (2022-12-28)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.13.0",
"version": "1.13.1",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -126,6 +126,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-12-28T16:48:13.443Z"
"publishedAt": "2023-01-02T17:26:56.468Z"
}
}