mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +00:00
v1.12.1
This commit is contained in:
parent
7f90d23a12
commit
2412d20eb4
@ -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:
|
- commits:
|
||||||
- subject: i18n support and Chinese translation
|
- subject: i18n support and Chinese translation
|
||||||
hash: 8fc574f0596f256382523c3b269e647a9aed5747
|
hash: 8fc574f0596f256382523c3b269e647a9aed5747
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
# v1.12.0
|
||||||
## (2022-12-14)
|
## (2022-12-14)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.12.0",
|
"version": "1.12.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.12.0",
|
"version": "1.12.1",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -126,6 +126,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-12-14T16:17:31.796Z"
|
"publishedAt": "2022-12-16T15:02:35.161Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user