This commit is contained in:
balenaCI 2022-12-28 16:48:14 +00:00
parent d5fb6bec15
commit c3dcbcd681
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 34 additions and 3 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: "minor: electron version bump"
hash: e3072ac416470cd161309935c2622cc5a3d8d242
body: ""
footer: {}
author: Peter Makra
nested: []
- subject: "patch: handle ext2fs with webpack"
hash: b59b171e43a170c0ccf84d36ab4ba2db403e25c5
body: ""
footer: {}
author: Peter Makra
nested: []
- subject: "Patch: update etcher-sdk version to fix CM4 issues"
hash: 36c813714b3ce60e5e85f1889c9bc7eeadb524b4
body: ""
footer:
Change-type: patch
change-type: patch
author: builder555
nested: []
version: 1.13.0
title: ""
date: 2022-12-28T16:48:12.506Z
- commits:
- subject: Update dependency i18next to 21.10.0
hash: b068b847c7ae6456ebd16a5d641ff61d8d074015

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.13.0
## (2022-12-28)
* minor: electron version bump [Peter Makra]
* patch: handle ext2fs with webpack [Peter Makra]
* Patch: update etcher-sdk version to fix CM4 issues [builder555]
# v1.12.7
## (2022-12-20)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.12.7",
"version": "1.13.0",
"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-20T19:35:12.134Z"
"publishedAt": "2022-12-28T16:48:13.443Z"
}
}