This commit is contained in:
balenaCI 2022-12-20 18:00:05 +00:00
parent c01206c1f3
commit 11a8173ef3
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Update dependency react-i18next to 11.18.6
hash: 2e85fb45de3a52e9bf0605e474a550e1af2bb980
body: |
Update react-i18next to 11.18.6
Update react-i18next from 11.18.1 to 11.18.6
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.12.6
title: ""
date: 2022-12-20T18:00:03.165Z
- commits:
- subject: "Patch: made trim setting more readable"
hash: 5c5a7612220b011e6942ac10b7026b7d6513e54f

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.6
## (2022-12-20)
* Update dependency react-i18next to 11.18.6 [Renovate Bot]
# v1.12.5
## (2022-12-20)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.12.5",
"version": "1.12.6",
"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-20T12:27:34.589Z"
"publishedAt": "2022-12-20T18:00:03.835Z"
}
}