mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-14 06:46:35 +00:00
v1.12.4
This commit is contained in:
parent
797345fc1c
commit
fab10e5fc5
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: publish to winget with gh action"
|
||||||
|
hash: f9c8378d6a96e1c44d0bced0d3227a9930b9fd14
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Begula
|
||||||
|
nested: []
|
||||||
|
version: 1.12.4
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-19T19:41:59.151Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "Patch: replaced plain text with i18n in settings"
|
- subject: "Patch: replaced plain text with i18n in settings"
|
||||||
hash: 11cea7c926be1bac27df8ab583cbb4b8752a49c5
|
hash: 11cea7c926be1bac27df8ab583cbb4b8752a49c5
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v1.12.4
|
||||||
|
## (2022-12-19)
|
||||||
|
|
||||||
|
* patch: publish to winget with gh action [Begula]
|
||||||
|
|
||||||
# v1.12.3
|
# v1.12.3
|
||||||
## (2022-12-19)
|
## (2022-12-19)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.12.3",
|
"version": "1.12.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.12.3",
|
"version": "1.12.4",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -126,6 +126,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-12-19T09:51:53.201Z"
|
"publishedAt": "2022-12-19T19:41:59.997Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user