mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-20 09:46:31 +00:00
v1.10.2
This commit is contained in:
parent
e4251a3862
commit
76d22280dc
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix missing analytics token
|
||||||
|
hash: 831339bd2cbe73dd441cdd77d85b34e98f68a6a6
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Edwin Joassart edwin.joassart@balena.io
|
||||||
|
signed-off-by: Edwin Joassart edwin.joassart@balena.io
|
||||||
|
author: Edwin Joassart
|
||||||
|
nested: []
|
||||||
|
version: 1.10.2
|
||||||
|
title: ""
|
||||||
|
date: 2022-11-25T19:22:49.679Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Fixing call to electron block screensaver methods invocation
|
- subject: Fixing call to electron block screensaver methods invocation
|
||||||
hash: 1b5b64713505dfb69448bc2184839b4c23bd677b
|
hash: 1b5b64713505dfb69448bc2184839b4c23bd677b
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
# v1.10.2
|
||||||
|
## (2022-11-25)
|
||||||
|
|
||||||
|
* Fix missing analytics token [Edwin Joassart]
|
||||||
|
|
||||||
# v1.10.1
|
# v1.10.1
|
||||||
## (2022-11-21)
|
## (2022-11-21)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.10.1",
|
"version": "1.10.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.10.1",
|
"version": "1.10.2",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": "generated/etcher.js",
|
"main": "generated/etcher.js",
|
||||||
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
|
||||||
@ -124,6 +124,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-11-21T16:50:15.392Z"
|
"publishedAt": "2022-11-25T19:22:50.324Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user