mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +00:00
v1.10.3
This commit is contained in:
parent
55176b9f8f
commit
3c7422764c
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-etcher",
|
||||
"version": "1.10.2",
|
||||
"version": "1.10.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user