This commit is contained in:
balenaCI 2023-03-21 13:24:20 +00:00
parent 81b0eed4d4
commit 6fae328f1f
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: add-flash-with-etcher-to-docs
hash: 856b426dc98925f5e339976a5cac144f4bb4ea59
body: ""
footer:
Change-type: patch
change-type: patch
author: Lizzie Epton
nested: []
version: 1.18.6
title: ""
date: 2023-03-21T13:24:18.265Z
- commits: - commits:
- subject: "patch: add apt-get update in flowzone preinstall" - subject: "patch: add apt-get update in flowzone preinstall"
hash: 0d9ac710880e6b9413b09e4c35a505034d1e9d51 hash: 0d9ac710880e6b9413b09e4c35a505034d1e9d51

View File

@ -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.18.6
## (2023-03-21)
* add-flash-with-etcher-to-docs [Lizzie Epton]
# v1.18.5 # v1.18.5
## (2023-03-09) ## (2023-03-09)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.18.5", "version": "1.18.6",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.18.5", "version": "1.18.6",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.18.5", "version": "1.18.6",
"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.",
@ -126,6 +126,6 @@
"node": ">=16" "node": ">=16"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-03-09T11:30:35.322Z" "publishedAt": "2023-03-21T13:24:18.905Z"
} }
} }