This commit is contained in:
balenaCI 2023-01-19 12:21:04 +00:00
parent 1a368f55fa
commit 62c3c35526
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 18 additions and 3 deletions

View File

@ -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

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.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
View File

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

View File

@ -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"
}
}