This commit is contained in:
Balena CI 2022-07-22 14:44:23 +00:00 committed by VersionBot
parent f8a73e7663
commit 31c6289afb
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: "minor: optimize i18n"
hash: c1d07cc7b6477de08bdff276899cc58c3e8be538
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.8.0
title: "'minor: make i18n support and Chinese translation'"
date: 2022-07-22T14:43:12.906Z
- commits:
- subject: "patch: update allowed extensions to include deb afterinstall in build"
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b

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.8.0
## (2022-07-22)
* minor: optimize i18n [r-q]
# v1.7.9
## (2022-04-22)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.9",
"version": "1.8.0",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -120,7 +120,6 @@
"react-i18next": "11.18.1"
},
"versionist": {
"publishedAt": "2022-04-22T13:10:47.906Z"
"publishedAt": "2022-07-22T14:43:13.331Z"
}
}