This commit is contained in:
balenaCI 2022-12-01 23:27:57 +00:00
parent a930d77064
commit 30c4baa58b
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: "patch: remove Homebrew instructions in README"
hash: 0d1cfffa5c7c084d9f48d60c1abbf7e2974abb28
body: |
Homebrew no longer supports etcher, so removing install instructions.
footer:
Change-type: patch
change-type: patch
author: Patrick Linnane
nested: []
version: 1.10.4
title: ""
date: 2022-12-01T23:27:55.910Z
- commits:
- subject: Allow external contributors
hash: 156b9314b5786e943256974d5344383ae1f0650d

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.10.4
## (2022-12-01)
* patch: remove Homebrew instructions in README [Patrick Linnane]
# v1.10.3
## (2022-12-01)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.3",
"version": "1.10.4",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-12-01T22:31:26.202Z"
"publishedAt": "2022-12-01T23:27:56.541Z"
}
}