This commit is contained in:
balenaCI 2022-11-25 19:22:51 +00:00
parent e4251a3862
commit 76d22280dc
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 22 additions and 3 deletions

View File

@ -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:
- subject: Fixing call to electron block screensaver methods invocation
hash: 1b5b64713505dfb69448bc2184839b4c23bd677b

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.2
## (2022-11-25)
* Fix missing analytics token [Edwin Joassart]
# v1.10.1
## (2022-11-21)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.1",
"version": "1.10.2",
"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-21T16:50:15.392Z"
"publishedAt": "2022-11-25T19:22:50.324Z"
}
}