This commit is contained in:
balenaCI 2023-02-02 17:23:19 +00:00
parent c3257216c2
commit cbb4810260
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: move EFP & success-banner to efp.balena.io
hash: a140faaebe087a96387604f12c3510ee22374d92
body: ""
footer:
Change-type: patch
change-type: patch
author: Edwin Joassart
nested: []
version: 1.15.3
title: ""
date: 2023-02-02T17:23:16.454Z
- commits:
- subject: Remove configuration remote update
hash: 85a49a221fa7fc9b1943dc8ed43b29995f9d8260

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.15.3
## (2023-02-02)
* move EFP & success-banner to efp.balena.io [Edwin Joassart]
# v1.15.2
## (2023-02-02)

2
package-lock.json generated
View File

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

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.15.2",
"version": "1.15.3",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -127,6 +127,6 @@
"node": ">=14"
},
"versionist": {
"publishedAt": "2023-02-02T13:05:02.262Z"
"publishedAt": "2023-02-02T17:23:17.155Z"
}
}