This commit is contained in:
balenaCI 2022-12-16 15:02:36 +00:00
parent 7f90d23a12
commit 57e0e320b1
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: "Patch: expose trim ext{2,3,4} setting"
hash: b9a82be29bee61a41f6f6a5ca6043dd8a7bee547
body: ""
footer:
Change-type: patch
change-type: patch
author: builder555
nested: []
version: 1.12.1
title: ""
date: 2022-12-16T15:02:34.104Z
- commits:
- subject: i18n support and Chinese translation
hash: 8fc574f0596f256382523c3b269e647a9aed5747

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.12.1
## (2022-12-16)
* Patch: expose trim ext{2,3,4} setting [builder555]
# v1.12.0
## (2022-12-14)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.12.0",
"version": "1.12.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-14T16:17:31.796Z"
"publishedAt": "2022-12-16T15:02:35.161Z"
}
}