This commit is contained in:
balenaCI 2022-12-14 16:17:32 +00:00
parent 898fe4f216
commit 638673ba5e
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 32 additions and 3 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: i18n support and Chinese translation
hash: 8fc574f0596f256382523c3b269e647a9aed5747
body: ""
footer:
Change-type: minor
change-type: minor
author: ab77
nested: []
- subject: "minor: optimize i18n"
hash: 67d26ff7902c272e8113c9b650382a1dcb0cdde0
body: >
Optimized several translations.
This commit itself is only a patch, but as a pull request must have at least one commit with a change-type.
footer:
Change-Type: minor
change-type: minor
author: r-q
nested: []
version: 1.12.0
title: ""
date: 2022-12-14T16:17:31.131Z
- commits:
- subject: Update dependency webpack-cli to 4.10.0
hash: 757aa77d897d6266afbf6e7d62ddd0255ea0c926

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.12.0
## (2022-12-14)
* i18n support and Chinese translation [ab77]
* minor: optimize i18n [r-q]
# v1.11.10
## (2022-12-13)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.11.10",
"version": "1.12.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-13T02:27:42.254Z"
"publishedAt": "2022-12-14T16:17:31.796Z"
}
}