mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +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:
|
||||
- subject: "patch: revert to lockfile v1"
|
||||
hash: 72af77860bee3685635c9f4db602c2a07e825037
|
||||
|
@ -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.14.3
|
||||
## (2023-01-19)
|
||||
|
||||
* patch: fixed mac sudo on other languages [Peter Makra]
|
||||
|
||||
# v1.14.2
|
||||
## (2023-01-17)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.14.2",
|
||||
"version": "1.14.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "balena-etcher",
|
||||
"private": true,
|
||||
"displayName": "balenaEtcher",
|
||||
"version": "1.14.2",
|
||||
"version": "1.14.3",
|
||||
"packageType": "local",
|
||||
"main": "generated/etcher.js",
|
||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||
@ -127,6 +127,6 @@
|
||||
"node": ">=14 < 16"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-01-17T14:37:42.501Z"
|
||||
"publishedAt": "2023-01-19T12:21:03.371Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user