This commit is contained in:
balenaCI 2022-12-01 22:31:26 +00:00
parent 55176b9f8f
commit 3c7422764c
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Allow external contributors
hash: 156b9314b5786e943256974d5344383ae1f0650d
body: ""
footer:
Change-type: patch
change-type: patch
author: ab77
nested: []
version: 1.10.3
title: ""
date: 2022-12-01T22:31:25.592Z
- commits:
- subject: Fix missing analytics token
hash: 831339bd2cbe73dd441cdd77d85b34e98f68a6a6

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.3
## (2022-12-01)
* Allow external contributors [ab77]
# v1.10.2
## (2022-11-25)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.2",
"version": "1.10.3",
"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-11-25T19:22:50.324Z"
"publishedAt": "2022-12-01T22:31:26.202Z"
}
}