mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
v1.12.3
This commit is contained in:
parent
72142be0de
commit
b3609de432
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: "Patch: replaced plain text with i18n in settings"
|
||||
hash: 11cea7c926be1bac27df8ab583cbb4b8752a49c5
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: builder555
|
||||
nested: []
|
||||
version: 1.12.3
|
||||
title: ""
|
||||
date: 2022-12-19T09:51:52.545Z
|
||||
- commits:
|
||||
- subject: Update dependency webpack-dev-server to 4.11.1
|
||||
hash: c9e9d7d109ee103402acea1c7be4bac2f674168a
|
||||
|
@ -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.3
|
||||
## (2022-12-19)
|
||||
|
||||
* Patch: replaced plain text with i18n in settings [builder555]
|
||||
|
||||
# v1.12.2
|
||||
## (2022-12-16)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.12.2",
|
||||
"version": "1.12.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.12.2",
|
||||
"version": "1.12.3",
|
||||
"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-16T16:59:04.038Z"
|
||||
"publishedAt": "2022-12-19T09:51:53.201Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user