This commit is contained in:
balenaCI 2023-02-13 11:23:14 +00:00
parent 64eafdc6f0
commit c0404597c0
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: "patch: app: i18n: Translation: Update zh-TW strings * Improve
translate. * Sync layout with English strings ts file."
hash: b51418814f5ef48d09e3157c92bda5eab173dbd5
body: ""
footer:
Signed-off-by: Edward Wu <bluehome.wu@gmail.com>
signed-off-by: Edward Wu <bluehome.wu@gmail.com>
author: Edward Wu
nested: []
version: 1.15.6
title: ""
date: 2023-02-13T11:23:13.079Z
- commits:
- subject: revert auto-update feature
hash: e6d33eda2b8f767679a43f8056e20098b0f2f6d9

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.15.6
## (2023-02-13)
* patch: app: i18n: Translation: Update zh-TW strings * Improve translate. * Sync layout with English strings ts file. [Edward Wu]
# v1.15.5
## (2023-02-03)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.15.5",
"version": "1.15.6",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -128,6 +128,6 @@
"node": ">=14"
},
"versionist": {
"publishedAt": "2023-02-03T14:25:20.348Z"
"publishedAt": "2023-02-13T11:23:13.751Z"
}
}