mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 05:36:34 +00:00
v1.14.3
This commit is contained in:
parent
1a368f55fa
commit
62c3c35526
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: fixed mac sudo on other languages"
|
||||||
|
hash: 19d1e093fc2b1588492c9868f7604ee15ab3fd5b
|
||||||
|
body: ""
|
||||||
|
footer: {}
|
||||||
|
author: Peter Makra
|
||||||
|
nested: []
|
||||||
|
version: 1.14.3
|
||||||
|
title: ""
|
||||||
|
date: 2023-01-19T12:21:02.651Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: revert to lockfile v1"
|
- subject: "patch: revert to lockfile v1"
|
||||||
hash: 72af77860bee3685635c9f4db602c2a07e825037
|
hash: 72af77860bee3685635c9f4db602c2a07e825037
|
||||||
|
@ -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.14.3
|
||||||
|
## (2023-01-19)
|
||||||
|
|
||||||
|
* patch: fixed mac sudo on other languages [Peter Makra]
|
||||||
|
|
||||||
# v1.14.2
|
# v1.14.2
|
||||||
## (2023-01-17)
|
## (2023-01-17)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.14.2",
|
"version": "1.14.3",
|
||||||
"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.14.2",
|
"version": "1.14.3",
|
||||||
"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.",
|
||||||
@ -127,6 +127,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-01-17T14:37:42.501Z"
|
"publishedAt": "2023-01-19T12:21:03.371Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user